#B0DF5E

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

Shades of Conifer #B0DF5E

Tints of Conifer #B0DF5E

Color information

#B0DF5E (or 0xB0DF5E) is unknown color: approx Conifer. HEX triplet: B0, DF and 5E. RGB value is (176,223,94). Sum of RGB (Red+Green+Blue) = 176+223+94=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 94 (37.11% from 255 or 19.07% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DF5E is #4F20A1. Grayscale: #C2C2C2. Windows color (decimal): -5185698 or 6217648. OLE color: 6217648.

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

Color convert

RGB17622394-
CMYK0.2100.580.13
HSL81.86º66.84%62.16%-
HSV(B)81.86º57.85%87.45%-
XYZ46.3162.8120.27-
YUV194.2471.43114.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.70%
GREEN value IS 223 (87.5% from 255) = 45.23%
BLUE value IS 94 (37.11% from 255) = 19.07%
R=35.70%
G=45.23%
B=19.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal176223940.2100.580.1381.8666.8462.16
HexB0DF5E1503AD52433e
Octal260337136250721512210376
Binary10110000110111111011110101010111010110110100101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DF5E; }

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

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

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

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

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

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

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

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