#B2DD66

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

Shades of Conifer #B2DD66

Tints of Conifer #B2DD66

Color information

#B2DD66 (or 0xB2DD66) is unknown color: approx Conifer. HEX triplet: B2, DD and 66. RGB value is (178,221,102). Sum of RGB (Red+Green+Blue) = 178+221+102=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DD66 is #4D2299. Grayscale: #C3C3C3. Windows color (decimal): -5055130 or 6741426. OLE color: 6741426.

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

Color convert

RGB178221102-
CMYK0.1900.540.13
HSL81.68º63.64%63.33%-
HSV(B)81.68º53.85%86.67%-
XYZ46.6162.1422.11-
YUV194.5875.75116.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.53%
GREEN value IS 221 (86.72% from 255) = 44.11%
BLUE value IS 102 (40.23% from 255) = 20.36%
R=35.53%
G=44.11%
B=20.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782211020.1900.540.1381.6863.6463.33
HexB2DD6613036D52403f
Octal262335146230661512210077
Binary10110010110111011100110100110110110110110100101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DD66; }

 p { color: rgb(178,221,102); }

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

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

 a { background-color: rgb(178,221,102); }

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

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

 span { border-color: rgb(178,221,102); }

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