#C2E363

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

Shades of Conifer #C2E363

Tints of Conifer #C2E363

Color information

#C2E363 (or 0xC2E363) is unknown color: approx Conifer. HEX triplet: C2, E3 and 63. RGB value is (194,227,99). Sum of RGB (Red+Green+Blue) = 194+227+99=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 227 (89.06% from 255 or 43.65% from 520); Blue value is 99 (39.06% from 255 or 19.04% from 520); Max value from RGB is 227 - color contains mainly: green. Hex color #C2E363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E363 is #3D1C9C. Grayscale: #CBCBCB. Windows color (decimal): -4005021 or 6546370. OLE color: 6546370.

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

Color convert

RGB19422799-
CMYK0.1500.560.11
HSL75.47º69.57%63.92%-
HSV(B)75.47º56.39%89.02%-
XYZ51.9767.3122.06-
YUV202.5469.57121.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.31%
GREEN value IS 227 (89.06% from 255) = 43.65%
BLUE value IS 99 (39.06% from 255) = 19.04%
R=37.31%
G=43.65%
B=19.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal194227990.1500.560.1175.4769.5763.92
HexC2E363F038B4b4640
Octal3023431431707013113106100
Binary11000010111000111100011111101110001011100101110001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E363; }

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

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

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

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

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

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

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

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