#C2E352

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

Shades of Conifer #C2E352

Tints of Conifer #C2E352

Color information

#C2E352 (or 0xC2E352) is unknown color: approx Conifer. HEX triplet: C2, E3 and 52. RGB value is (194,227,82). Sum of RGB (Red+Green+Blue) = 194+227+82=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 227 (89.06% from 255 or 45.13% from 503); Blue value is 82 (32.42% from 255 or 16.30% from 503); Max value from RGB is 227 - color contains mainly: green. Hex color #C2E352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E352 is #3D1CAD. Grayscale: #C9C9C9. Windows color (decimal): -4005038 or 5432258. OLE color: 5432258.

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

Color convert

RGB19422782-
CMYK0.1500.640.11
HSL73.66º72.14%60.59%-
HSV(B)73.66º63.88%89.02%-
XYZ51.2467.0218.22-
YUV200.661.07123.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.57%
GREEN value IS 227 (89.06% from 255) = 45.13%
BLUE value IS 82 (32.42% from 255) = 16.30%
R=38.57%
G=45.13%
B=16.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal194227820.1500.640.1173.6672.1460.59
HexC2E352F040B4a483d
Octal3023431221701001311211075
Binary11000010111000111010010111101000000101110010101001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E352; }

 p { color: rgb(194,227,82); }

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

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

 a { background-color: rgb(194,227,82); }

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

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

 span { border-color: rgb(194,227,82); }

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