#C2FCCC

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

Shades of Granny Apple #C2FCCC

Tints of Granny Apple #C2FCCC

Color information

#C2FCCC (or 0xC2FCCC) is unknown color: approx Granny Apple. HEX triplet: C2, FC and CC. RGB value is (194,252,204). Sum of RGB (Red+Green+Blue) = 194+252+204=650 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.85% from 650); Green value is 252 (98.83% from 255 or 38.77% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FCCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FCCC is #3D0333. Grayscale: #E5E5E5. Windows color (decimal): -3998516 or 13434050. OLE color: 13434050.

HSL color Cylindrical-coordinate representation of color #C2FCCC: hue angle of 130.34º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FCCC is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB194252204-
CMYK0.2300.190.01
HSL130.34º90.62%87.45%-
HSV(B)130.34º23.02%98.82%-
XYZ67.9685.4570.04-
YUV229.19113.78102.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.85%
GREEN value IS 252 (98.83% from 255) = 38.77%
BLUE value IS 204 (80.08% from 255) = 31.38%
R=29.85%
G=38.77%
B=31.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1942522040.2300.190.01130.3490.6287.45
HexC2FCCC170131825b57
Octal302374314270231202133127
Binary1100001011111100110011001011101001111000001010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FCCC; }

 p { color: rgb(194,252,204); }

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

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

 a { background-color: rgb(194,252,204); }

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

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

 span { border-color: rgb(194,252,204); }

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