#BDF12D

Color #BDF12D Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #BDF12D

Tints of Green Yellow #BDF12D

Color information

#BDF12D (or 0xBDF12D) is unknown color: approx Green Yellow. HEX triplet: BD, F1 and 2D. RGB value is (189,241,45). Sum of RGB (Red+Green+Blue) = 189+241+45=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 241 (94.53% from 255 or 50.74% from 475); Blue value is 45 (17.97% from 255 or 9.47% from 475); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF12D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF12D is #420ED2. Grayscale: #CBCBCB. Windows color (decimal): -4329171 or 3011005. OLE color: 3011005.

HSL color Cylindrical-coordinate representation of color #BDF12D: hue angle of 75.92º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDF12D is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB18924145-
CMYK0.2200.810.05
HSL75.92º87.5%56.08%-
HSV(B)75.92º81.33%94.51%-
XYZ52.9273.9213.96-
YUV203.1138.77117.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.79%
GREEN value IS 241 (94.53% from 255) = 50.74%
BLUE value IS 45 (17.97% from 255) = 9.47%
R=39.79%
G=50.74%
B=9.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal189241450.2200.810.0575.9287.556.08
HexBDF12D1605154c5838
Octal27536155260121511413070
Binary1011110111110001101101101100101000110110011001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF12D; }

 p { color: rgb(189,241,45); }

 H1.HeaderClassName
 {
   color: #BDF12D;
 }
 .AnyTagClassName
 {
   color: #BDF12D;
 }
</style>
background-color css

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

 a { background-color: rgb(189,241,45); }

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

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

 span { border-color: rgb(189,241,45); }

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