#B2DE64

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

Shades of Conifer #B2DE64

Tints of Conifer #B2DE64

Color information

#B2DE64 (or 0xB2DE64) is unknown color: approx Conifer. HEX triplet: B2, DE and 64. RGB value is (178,222,100). Sum of RGB (Red+Green+Blue) = 178+222+100=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 100 (39.45% from 255 or 20% from 500); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DE64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DE64 is #4D219B. Grayscale: #C3C3C3. Windows color (decimal): -5054876 or 6610610. OLE color: 6610610.

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

Color convert

RGB178222100-
CMYK0.2000.550.13
HSL81.64º64.89%63.14%-
HSV(B)81.64º54.95%87.06%-
XYZ46.7862.6321.68-
YUV194.9474.42115.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.6%
GREEN value IS 222 (87.11% from 255) = 44.4%
BLUE value IS 100 (39.45% from 255) = 20%
R=35.6%
G=44.4%
B=20%

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
Decimal1782221000.2000.550.1381.6464.8963.14
HexB2DE6414037D52413f
Octal262336144240671512210177
Binary10110010110111101100100101000110111110110100101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DE64; }

 p { color: rgb(178,222,100); }

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

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

 a { background-color: rgb(178,222,100); }

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

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

 span { border-color: rgb(178,222,100); }

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