#C5FAD0

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

Shades of Granny Apple #C5FAD0

Tints of Granny Apple #C5FAD0

Color information

#C5FAD0 (or 0xC5FAD0) is unknown color: approx Granny Apple. HEX triplet: C5, FA and D0. RGB value is (197,250,208). Sum of RGB (Red+Green+Blue) = 197+250+208=655 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.08% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 208 (81.64% from 255 or 31.76% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FAD0 is #3A052F. Grayscale: #E5E5E5. Windows color (decimal): -3802416 or 13695685. OLE color: 13695685.

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

Color convert

RGB197250208-
CMYK0.2100.170.02
HSL132.45º84.13%87.65%-
HSV(B)132.45º21.2%98.04%-
XYZ68.684.872.43-
YUV229.36115.94104.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.08%
GREEN value IS 250 (98.05% from 255) = 38.17%
BLUE value IS 208 (81.64% from 255) = 31.76%
R=30.08%
G=38.17%
B=31.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972502080.2100.170.02132.4584.1387.65
HexC5FAD0150112845458
Octal305372320250212204124130
Binary11000101111110101101000010101010001101000010010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FAD0; }

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

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

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

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

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

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

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

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