#BDFE41

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

Shades of Green Yellow #BDFE41

Tints of Green Yellow #BDFE41

Color information

#BDFE41 (or 0xBDFE41) is unknown color: approx Green Yellow. HEX triplet: BD, FE and 41. RGB value is (189,254,65). Sum of RGB (Red+Green+Blue) = 189+254+65=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 65 (25.78% from 255 or 12.80% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFE41 is #4201BE. Grayscale: #D5D5D5. Windows color (decimal): -4325823 or 4325053. OLE color: 4325053.

HSL color Cylindrical-coordinate representation of color #BDFE41: hue angle of 80.63º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDFE41 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.

Color convert

RGB18925465-
CMYK0.2600.740.00
HSL80.63º98.95%62.55%-
HSV(B)80.63º74.41%99.61%-
XYZ57.3882.0817.82-
YUV213.0244.47110.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.20%
GREEN value IS 254 (99.61% from 255) = 50%
BLUE value IS 65 (25.78% from 255) = 12.80%
R=37.20%
G=50%
B=12.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal189254650.2600.740.0080.6398.9562.55
HexBDFE411A04A051633f
Octal275376101320112012114377
Binary101111011111111010000011101001001010010100011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFE41; }

 p { color: rgb(189,254,65); }

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

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

 a { background-color: rgb(189,254,65); }

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

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

 span { border-color: rgb(189,254,65); }

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