#B0DF4E

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

Shades of Conifer #B0DF4E

Tints of Conifer #B0DF4E

Color information

#B0DF4E (or 0xB0DF4E) is unknown color: approx Conifer. HEX triplet: B0, DF and 4E. RGB value is (176,223,78). Sum of RGB (Red+Green+Blue) = 176+223+78=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 78 (30.86% from 255 or 16.35% from 477); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DF4E is #4F20B1. Grayscale: #C0C0C0. Windows color (decimal): -5185714 or 5169072. OLE color: 5169072.

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

Color convert

RGB17622378-
CMYK0.2100.650.13
HSL79.45º69.38%59.02%-
HSV(B)79.45º65.02%87.45%-
XYZ45.6762.5616.88-
YUV192.4263.43116.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.90%
GREEN value IS 223 (87.5% from 255) = 46.75%
BLUE value IS 78 (30.86% from 255) = 16.35%
R=36.90%
G=46.75%
B=16.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal176223780.2100.650.1379.4569.3859.02
HexB0DF4E15041D4f453b
Octal2603371162501011511710573
Binary101100001101111110011101010101000001110110011111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DF4E; }

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

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

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

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

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

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

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

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