#C2E561

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

Shades of Conifer #C2E561

Tints of Conifer #C2E561

Color information

#C2E561 (or 0xC2E561) is unknown color: approx Conifer. HEX triplet: C2, E5 and 61. RGB value is (194,229,97). Sum of RGB (Red+Green+Blue) = 194+229+97=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 229 (89.84% from 255 or 44.04% from 520); Blue value is 97 (38.28% from 255 or 18.65% from 520); Max value from RGB is 229 - color contains mainly: green. Hex color #C2E561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E561 is #3D1A9E. Grayscale: #CBCBCB. Windows color (decimal): -4004511 or 6415810. OLE color: 6415810.

HSL color Cylindrical-coordinate representation of color #C2E561: hue angle of 75.91º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2E561 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB19422997-
CMYK0.1500.580.10
HSL75.91º71.74%63.92%-
HSV(B)75.91º57.64%89.8%-
XYZ52.4368.3721.74-
YUV203.4967.9121.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.31%
GREEN value IS 229 (89.84% from 255) = 44.04%
BLUE value IS 97 (38.28% from 255) = 18.65%
R=37.31%
G=44.04%
B=18.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal194229970.1500.580.1075.9171.7463.92
HexC2E561F03AA4c4840
Octal3023451411707212114110100
Binary11000010111001011100001111101110101010100110010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E561; }

 p { color: rgb(194,229,97); }

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

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

 a { background-color: rgb(194,229,97); }

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

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

 span { border-color: rgb(194,229,97); }

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