#B0DF45

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

Shades of Conifer #B0DF45

Tints of Conifer #B0DF45

Color information

#B0DF45 (or 0xB0DF45) is unknown color: approx Conifer. HEX triplet: B0, DF and 45. RGB value is (176,223,69). Sum of RGB (Red+Green+Blue) = 176+223+69=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 69 (27.34% from 255 or 14.74% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DF45 is #4F20BA. Grayscale: #BFBFBF. Windows color (decimal): -5185723 or 4579248. OLE color: 4579248.

HSL color Cylindrical-coordinate representation of color #B0DF45: hue angle of 78.31º degrees, saturation: 0.71, 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 #B0DF45 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB17622369-
CMYK0.2100.690.13
HSL78.31º70.64%57.25%-
HSV(B)78.31º69.06%87.45%-
XYZ45.3762.4415.29-
YUV191.3958.93117.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.61%
GREEN value IS 223 (87.5% from 255) = 47.65%
BLUE value IS 69 (27.34% from 255) = 14.74%
R=37.61%
G=47.65%
B=14.74%

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
Decimal176223690.2100.690.1378.3170.6457.25
HexB0DF4515045D4e4739
Octal2603371052501051511610771
Binary101100001101111110001011010101000101110110011101000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DF45; }

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

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

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

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

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

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

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

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