#B2DF65

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

Shades of Conifer #B2DF65

Tints of Conifer #B2DF65

Color information

#B2DF65 (or 0xB2DF65) is unknown color: approx Conifer. HEX triplet: B2, DF and 65. RGB value is (178,223,101). Sum of RGB (Red+Green+Blue) = 178+223+101=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 101 (39.84% from 255 or 20.12% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DF65 is #4D209A. Grayscale: #C4C4C4. Windows color (decimal): -5054619 or 6676402. OLE color: 6676402.

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

Color convert

RGB178223101-
CMYK0.2000.550.13
HSL82.13º65.59%63.53%-
HSV(B)82.13º54.71%87.45%-
XYZ47.163.1822.02-
YUV195.6474.59115.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.46%
GREEN value IS 223 (87.5% from 255) = 44.42%
BLUE value IS 101 (39.84% from 255) = 20.12%
R=35.46%
G=44.42%
B=20.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782231010.2000.550.1382.1365.5963.53
HexB2DF6514037D524240
Octal2623371452406715122102100
Binary101100101101111111001011010001101111101101001010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DF65; }

 p { color: rgb(178,223,101); }

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

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

 a { background-color: rgb(178,223,101); }

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

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

 span { border-color: rgb(178,223,101); }

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