#b0dd4b

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

Shades of Conifer #B0DD4B

Tints of Conifer #B0DD4B

Color information

#B0DD4B (or 0xB0DD4B) is unknown color: approx Conifer. HEX triplet: B0, DD and 4B. RGB value is (176,221,75). Sum of RGB (Red+Green+Blue) = 176+221+75=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DD4B is #4F22B4. Grayscale: #BFBFBF. Windows color (decimal): -5186229 or 4971952. OLE color: 4971952.

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

Color convert

RGB17622175-
CMYK0.2000.660.13
HSL78.49º68.22%58.04%-
HSV(B)78.49º66.06%86.67%-
XYZ45.0361.4516.14-
YUV190.962.59117.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.29%
GREEN value IS 221 (86.72% from 255) = 46.82%
BLUE value IS 75 (29.69% from 255) = 15.89%
R=37.29%
G=46.82%
B=15.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal176221750.2000.660.1378.4968.2258.04
HexB0DD4B14042D4e443a
Octal2603351132401021511610472
Binary101100001101110110010111010001000010110110011101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0dd4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0dd4b; }

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

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

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

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

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

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

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

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