#B0DD58

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

Shades of Conifer #B0DD58

Tints of Conifer #B0DD58

Color information

#B0DD58 (or 0xB0DD58) is unknown color: approx Conifer. HEX triplet: B0, DD and 58. RGB value is (176,221,88). Sum of RGB (Red+Green+Blue) = 176+221+88=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 88 (34.77% from 255 or 18.14% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DD58 is #4F22A7. Grayscale: #C0C0C0. Windows color (decimal): -5186216 or 5823920. OLE color: 5823920.

HSL color Cylindrical-coordinate representation of color #B0DD58: hue angle of 80.3º degrees, saturation: 0.66, 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 #B0DD58 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB17622188-
CMYK0.2000.600.13
HSL80.3º66.17%60.59%-
HSV(B)80.3º60.18%86.67%-
XYZ45.5261.6518.73-
YUV192.3869.09116.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.29%
GREEN value IS 221 (86.72% from 255) = 45.57%
BLUE value IS 88 (34.77% from 255) = 18.14%
R=36.29%
G=45.57%
B=18.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal176221880.2000.600.1380.366.1760.59
HexB0DD581403CD50423d
Octal260335130240741512010275
Binary10110000110111011011000101000111100110110100001000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DD58; }

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

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

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

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

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

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

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

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