#B2DE68

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

Shades of Conifer #B2DE68

Tints of Conifer #B2DE68

Color information

#B2DE68 (or 0xB2DE68) is unknown color: approx Conifer. HEX triplet: B2, DE and 68. RGB value is (178,222,104). Sum of RGB (Red+Green+Blue) = 178+222+104=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 104 (41.02% from 255 or 20.63% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DE68 is #4D2197. Grayscale: #C3C3C3. Windows color (decimal): -5054872 or 6872754. OLE color: 6872754.

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

Color convert

RGB178222104-
CMYK0.2000.530.13
HSL82.37º64.13%63.92%-
HSV(B)82.37º53.15%87.06%-
XYZ46.9862.7122.72-
YUV195.3976.42115.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.32%
GREEN value IS 222 (87.11% from 255) = 44.05%
BLUE value IS 104 (41.02% from 255) = 20.63%
R=35.32%
G=44.05%
B=20.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782221040.2000.530.1382.3764.1363.92
HexB2DE6814035D524040
Octal2623361502406515122100100
Binary101100101101111011010001010001101011101101001010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DE68; }

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

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

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

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

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

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

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

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