#c2e85e

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

Shades of Conifer #C2E85E

Tints of Conifer #C2E85E

Color information

#C2E85E (or 0xC2E85E) is unknown color: approx Conifer. HEX triplet: C2, E8 and 5E. RGB value is (194,232,94). Sum of RGB (Red+Green+Blue) = 194+232+94=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 232 (91.02% from 255 or 44.62% from 520); Blue value is 94 (37.11% from 255 or 18.08% from 520); Max value from RGB is 232 - color contains mainly: green. Hex color #C2E85E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E85E is #3D17A1. Grayscale: #CDCDCD. Windows color (decimal): -4003746 or 6219970. OLE color: 6219970.

HSL color Cylindrical-coordinate representation of color #C2E85E: hue angle of 76.52º 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 #C2E85E is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB19423294-
CMYK0.1600.590.09
HSL76.52º75%63.92%-
HSV(B)76.52º59.48%90.98%-
XYZ53.1369.9921.3-
YUV204.9165.41120.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.31%
GREEN value IS 232 (91.02% from 255) = 44.62%
BLUE value IS 94 (37.11% from 255) = 18.08%
R=37.31%
G=44.62%
B=18.08%

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
Decimal194232940.1600.590.0976.527563.92
HexC2E85E1003B94d4b40
Octal3023501362007311115113100
Binary110000101110100010111101000001110111001100110110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2e85e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2e85e; }

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

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

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

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

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

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

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

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