#BDDE51

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

Shades of Conifer #BDDE51

Tints of Conifer #BDDE51

Color information

#BDDE51 (or 0xBDDE51) is unknown color: approx Conifer. HEX triplet: BD, DE and 51. RGB value is (189,222,81). Sum of RGB (Red+Green+Blue) = 189+222+81=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 81 (32.03% from 255 or 16.46% from 492); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDE51 is #4221AE. Grayscale: #C4C4C4. Windows color (decimal): -4333999 or 5365437. OLE color: 5365437.

HSL color Cylindrical-coordinate representation of color #BDDE51: hue angle of 74.04º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDDE51 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB18922281-
CMYK0.1500.640.13
HSL74.04º68.12%59.41%-
HSV(B)74.04º63.51%87.06%-
XYZ48.5963.6617.51-
YUV196.0663.07122.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 222 (87.11% from 255) = 45.12%
BLUE value IS 81 (32.03% from 255) = 16.46%
R=38.41%
G=45.12%
B=16.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal189222810.1500.640.1374.0468.1259.41
HexBDDE51F040D4a443b
Octal2753361211701001511210473
Binary10111101110111101010001111101000000110110010101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDE51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDE51; }

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

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

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

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

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

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

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

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