#BDFE51

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

Shades of Conifer #BDFE51

Tints of Conifer #BDFE51

Color information

#BDFE51 (or 0xBDFE51) is unknown color: approx Conifer. HEX triplet: BD, FE and 51. RGB value is (189,254,81). Sum of RGB (Red+Green+Blue) = 189+254+81=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 81 (32.03% from 255 or 15.46% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFE51 is #4201AE. Grayscale: #D7D7D7. Windows color (decimal): -4325807 or 5373629. OLE color: 5373629.

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

Color convert

RGB18925481-
CMYK0.2600.680.00
HSL82.54º98.86%65.69%-
HSV(B)82.54º68.11%99.61%-
XYZ57.9182.320.62-
YUV214.8452.47109.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 254 (99.61% from 255) = 48.47%
BLUE value IS 81 (32.03% from 255) = 15.46%
R=36.07%
G=48.47%
B=15.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal189254810.2600.680.0082.5498.8665.69
HexBDFE511A0440536342
Octal2753761213201040123143102
Binary1011110111111110101000111010010001000101001111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFE51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFE51; }

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

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

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

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

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

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

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

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