#C5FACE

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

Shades of Granny Apple #C5FACE

Tints of Granny Apple #C5FACE

Color information

#C5FACE (or 0xC5FACE) is unknown color: approx Granny Apple. HEX triplet: C5, FA and CE. RGB value is (197,250,206). Sum of RGB (Red+Green+Blue) = 197+250+206=653 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.17% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FACE is #3A0531. Grayscale: #E5E5E5. Windows color (decimal): -3802418 or 13564613. OLE color: 13564613.

HSL color Cylindrical-coordinate representation of color #C5FACE: hue angle of 130.19º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5FACE is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB197250206-
CMYK0.2100.180.02
HSL130.19º84.13%87.65%-
HSV(B)130.19º21.2%98.04%-
XYZ68.3584.771.14-
YUV229.14114.94105.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.17%
GREEN value IS 250 (98.05% from 255) = 38.28%
BLUE value IS 206 (80.86% from 255) = 31.55%
R=30.17%
G=38.28%
B=31.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972502060.2100.180.02130.1984.1387.65
HexC5FACE150122825458
Octal305372316250222202124130
Binary11000101111110101100111010101010010101000001010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FACE; }

 p { color: rgb(197,250,206); }

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

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

 a { background-color: rgb(197,250,206); }

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

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

 span { border-color: rgb(197,250,206); }

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