#C2E95E

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

Shades of Conifer #C2E95E

Tints of Conifer #C2E95E

Color information

#C2E95E (or 0xC2E95E) is unknown color: approx Conifer. HEX triplet: C2, E9 and 5E. RGB value is (194,233,94). Sum of RGB (Red+Green+Blue) = 194+233+94=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 94 (37.11% from 255 or 18.04% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E95E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E95E is #3D16A1. Grayscale: #CECECE. Windows color (decimal): -4003490 or 6220226. OLE color: 6220226.

HSL color Cylindrical-coordinate representation of color #C2E95E: hue angle of 76.83º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2E95E is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB19423394-
CMYK0.1700.600.09
HSL76.83º75.96%64.12%-
HSV(B)76.83º59.66%91.37%-
XYZ53.4170.5621.39-
YUV205.4965.08119.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.24%
GREEN value IS 233 (91.41% from 255) = 44.72%
BLUE value IS 94 (37.11% from 255) = 18.04%
R=37.24%
G=44.72%
B=18.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal194233940.1700.600.0976.8375.9664.12
HexC2E95E1103C94d4c40
Octal3023511362107411115114100
Binary110000101110100110111101000101111001001100110110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E95E; }

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

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

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

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

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

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

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

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