#C5FACA

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

Shades of Granny Apple #C5FACA

Tints of Granny Apple #C5FACA

Color information

#C5FACA (or 0xC5FACA) is unknown color: approx Granny Apple. HEX triplet: C5, FA and CA. RGB value is (197,250,202). Sum of RGB (Red+Green+Blue) = 197+250+202=649 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.35% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FACA is #3A0535. Grayscale: #E4E4E4. Windows color (decimal): -3802422 or 13302469. OLE color: 13302469.

HSL color Cylindrical-coordinate representation of color #C5FACA: hue angle of 125.66º 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 #C5FACA is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB197250202-
CMYK0.2100.190.02
HSL125.66º84.13%87.65%-
HSV(B)125.66º21.2%98.04%-
XYZ67.8784.5168.61-
YUV228.68112.94105.4-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.35%
GREEN value IS 250 (98.05% from 255) = 38.52%
BLUE value IS 202 (79.30% from 255) = 31.12%
R=30.35%
G=38.52%
B=31.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972502020.2100.190.02125.6684.1387.65
HexC5FACA1501327e5458
Octal305372312250232176124130
Binary1100010111111010110010101010101001110111111010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FACA; }

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

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

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

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

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

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

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

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