#B0DE45

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

Shades of Conifer #B0DE45

Tints of Conifer #B0DE45

Color information

#B0DE45 (or 0xB0DE45) is unknown color: approx Conifer. HEX triplet: B0, DE and 45. RGB value is (176,222,69). Sum of RGB (Red+Green+Blue) = 176+222+69=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 222 (87.11% from 255 or 47.54% from 467); Blue value is 69 (27.34% from 255 or 14.78% from 467); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DE45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DE45 is #4F21BA. Grayscale: #BFBFBF. Windows color (decimal): -5185979 or 4578992. OLE color: 4578992.

HSL color Cylindrical-coordinate representation of color #B0DE45: hue angle of 78.04º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0DE45 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB17622269-
CMYK0.2100.690.13
HSL78.04º69.86%57.06%-
HSV(B)78.04º68.92%87.06%-
XYZ45.161.915.2-
YUV190.859.26117.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.69%
GREEN value IS 222 (87.11% from 255) = 47.54%
BLUE value IS 69 (27.34% from 255) = 14.78%
R=37.69%
G=47.54%
B=14.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal176222690.2100.690.1378.0469.8657.06
HexB0DE4515045D4e4639
Octal2603361052501051511610671
Binary101100001101111010001011010101000101110110011101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DE45; }

 p { color: rgb(176,222,69); }

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

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

 a { background-color: rgb(176,222,69); }

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

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

 span { border-color: rgb(176,222,69); }

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