Html Css Color HEX #BDFB2C Green Yellow

📋 copy color: '#BDFB2C'

red 189 ◦ green 251 ◦ blue 44

#BDFB2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Yellow #BDFB2C

Tints of Green Yellow #BDFB2C

RGB

 RED value IS 189 (74.22% from 255) = 39.05%

 GREEN value IS 251 (98.44% from 255) = 51.86%

 BLUE value IS 44 (17.58% from 255) = 9.09%

R = 39.05%
G = 51.86%
B = 9.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.82

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDFB2C (or 0xBDFB2C) is known color: Green Yellow. HEX triplet: BD, FB and 2C. RGB value is (189,251,44). Sum of RGB (Red+Green+Blue) = 189+251+44=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 251 (98.44% from 255 or 51.86% from 484); Blue value is 44 (17.58% from 255 or 9.09% from 484); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFB2C is #4204D3. Grayscale: #D1D1D1. Windows color (decimal): -4326612 or 2948029. OLE color: 2948029.

HSL color Cylindrical-coordinate representation of color #BDFB2C: hue angle of 77.97º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDFB2C is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 251 44 -
CMYK 0.25 0 0.82 0.02
HSL 77.97º 0.96% 0.58% -
HSV(B) 77.97º 0.82% 0.98% -
XYZ 55.94 80 14.88 -
YUV 208.86 34.96 113.83 -
System Red Green Blue C M Y K H S L
Decimal 189 251 44 0.25 0 0.82 0.02 77.97 0.96 0.58
Hex BD FB 2C 19 0 52 2 4E 60 3A
Octal 275 373 54 31 0 122 2 116 140 72
Binary 10111101 11111011 101100 11001 0 1010010 10 1001110 1100000 111010

Color Harmonies of #BDFB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFB2C

Black with #BDFB2C

Text Example


Text Example

White with #BDFB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFB2C; }

 p { color: rgb(189,251,44); }

 H1.HeaderClassName
 {
   color: #BDFB2C;
 }
 .AnyTagClassName
 {
   color: #BDFB2C;
 }
</style>

background-color css

<style>
 a { background-color: #BDFB2C; }

 a { background-color: rgb(189,251,44); }

 div.DivClassName
 {
   background-color: #BDFB2C;
 }
 .BgClassName
 {
   background-color: #BDFB2C;
 }
</style>

border-color css

<style>
 span { border-color: #BDFB2C; }

 span { border-color: rgb(189,251,44); }

 td.TdClassName
 {
   border-color: #BDFB2C;
 }
 .TagClassName
 {
   border-color: #BDFB2C;
 }
</style>