#B0DE58

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

Shades of Conifer #B0DE58

Tints of Conifer #B0DE58

Color information

#B0DE58 (or 0xB0DE58) is unknown color: approx Conifer. HEX triplet: B0, DE and 58. RGB value is (176,222,88). Sum of RGB (Red+Green+Blue) = 176+222+88=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 222 (87.11% from 255 or 45.68% from 486); Blue value is 88 (34.77% from 255 or 18.11% from 486); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DE58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DE58 is #4F21A7. Grayscale: #C1C1C1. Windows color (decimal): -5185960 or 5824176. OLE color: 5824176.

HSL color Cylindrical-coordinate representation of color #B0DE58: hue angle of 80.6º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0DE58 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB17622288-
CMYK0.2100.600.13
HSL80.6º67%60.78%-
HSV(B)80.6º60.36%87.06%-
XYZ45.7962.1818.82-
YUV192.9768.76115.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.21%
GREEN value IS 222 (87.11% from 255) = 45.68%
BLUE value IS 88 (34.77% from 255) = 18.11%
R=36.21%
G=45.68%
B=18.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal176222880.2100.600.1380.66760.78
HexB0DE581503CD51433d
Octal260336130250741512110375
Binary10110000110111101011000101010111100110110100011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DE58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DE58; }

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

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

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

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

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

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

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

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