#c2e860

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

Shades of Conifer #C2E860

Tints of Conifer #C2E860

Color information

#C2E860 (or 0xC2E860) is unknown color: approx Conifer. HEX triplet: C2, E8 and 60. RGB value is (194,232,96). Sum of RGB (Red+Green+Blue) = 194+232+96=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 232 (91.02% from 255 or 44.44% from 522); Blue value is 96 (37.89% from 255 or 18.39% from 522); Max value from RGB is 232 - color contains mainly: green. Hex color #C2E860 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E860 is #3D179F. Grayscale: #CDCDCD. Windows color (decimal): -4003744 or 6351042. OLE color: 6351042.

HSL color Cylindrical-coordinate representation of color #C2E860: hue angle of 76.76º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2E860 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB19423296-
CMYK0.1600.590.09
HSL76.76º74.73%64.31%-
HSV(B)76.76º58.62%90.98%-
XYZ53.2270.0321.78-
YUV205.1366.41120.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.16%
GREEN value IS 232 (91.02% from 255) = 44.44%
BLUE value IS 96 (37.89% from 255) = 18.39%
R=37.16%
G=44.44%
B=18.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal194232960.1600.590.0976.7674.7364.31
HexC2E8601003B94d4b40
Octal3023501402007311115113100
Binary110000101110100011000001000001110111001100110110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2e860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2e860; }

 p { color: rgb(194,232,96); }

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

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

 a { background-color: rgb(194,232,96); }

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

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

 span { border-color: rgb(194,232,96); }

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