Html Css Color HEX #BDF036 Green Yellow

📋 copy color: '#BDF036'

red 189 ◦ green 240 ◦ blue 54

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

Shades of Green Yellow #BDF036

Tints of Green Yellow #BDF036

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.69%

 BLUE value IS 54 (21.48% from 255) = 11.18%

R = 39.13%
G = 49.69%
B = 11.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#BDF036 (or 0xBDF036) is known color: Green Yellow. HEX triplet: BD, F0 and 36. RGB value is (189,240,54). Sum of RGB (Red+Green+Blue) = 189+240+54=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 240 (94.14% from 255 or 49.69% from 483); Blue value is 54 (21.48% from 255 or 11.18% from 483); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF036 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF036 is #420FC9. Grayscale: #CCCCCC. Windows color (decimal): -4329418 or 3600573. OLE color: 3600573.

HSL color Cylindrical-coordinate representation of color #BDF036: hue angle of 76.45º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDF036 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 54 -
CMYK 0.21 0 0.78 0.06
HSL 76.45º 0.86% 0.58% -
HSV(B) 76.45º 0.78% 0.94% -
XYZ 52.81 73.41 14.88 -
YUV 203.55 43.6 117.62 -
System Red Green Blue C M Y K H S L
Decimal 189 240 54 0.21 0 0.78 0.06 76.45 0.86 0.58
Hex BD F0 36 15 0 4E 6 4C 56 3A
Octal 275 360 66 25 0 116 6 114 126 72
Binary 10111101 11110000 110110 10101 0 1001110 110 1001100 1010110 111010

Color Harmonies of #BDF036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF036

Black with #BDF036

Text Example


Text Example

White with #BDF036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF036; }

 p { color: rgb(189,240,54); }

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

background-color css

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

 a { background-color: rgb(189,240,54); }

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

border-color css

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

 span { border-color: rgb(189,240,54); }

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