#C5FACD

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

Shades of Granny Apple #C5FACD

Tints of Granny Apple #C5FACD

Color information

#C5FACD (or 0xC5FACD) is unknown color: approx Granny Apple. HEX triplet: C5, FA and CD. RGB value is (197,250,205). Sum of RGB (Red+Green+Blue) = 197+250+205=652 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.21% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FACD is #3A0532. Grayscale: #E5E5E5. Windows color (decimal): -3802419 or 13499077. OLE color: 13499077.

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

Color convert

RGB197250205-
CMYK0.2100.180.02
HSL129.06º84.13%87.65%-
HSV(B)129.06º21.2%98.04%-
XYZ68.2384.6570.5-
YUV229.02114.44105.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.21%
GREEN value IS 250 (98.05% from 255) = 38.34%
BLUE value IS 205 (80.47% from 255) = 31.44%
R=30.21%
G=38.34%
B=31.44%

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
Decimal1972502050.2100.180.02129.0684.1387.65
HexC5FACD150122815458
Octal305372315250222201124130
Binary11000101111110101100110110101010010101000000110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FACD; }

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

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

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

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

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

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

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

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