#C5FCCD

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

Shades of Granny Apple #C5FCCD

Tints of Granny Apple #C5FCCD

Color information

#C5FCCD (or 0xC5FCCD) is unknown color: approx Granny Apple. HEX triplet: C5, FC and CD. RGB value is (197,252,205). Sum of RGB (Red+Green+Blue) = 197+252+205=654 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.12% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #C5FCCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FCCD is #3A0332. Grayscale: #E6E6E6. Windows color (decimal): -3801907 or 13499589. OLE color: 13499589.

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

Color convert

RGB197252205-
CMYK0.2200.190.01
HSL128.73º90.16%88.04%-
HSV(B)128.73º21.83%98.82%-
XYZ68.8685.970.71-
YUV230.2113.78104.32-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.12%
GREEN value IS 252 (98.83% from 255) = 38.53%
BLUE value IS 205 (80.47% from 255) = 31.35%
R=30.12%
G=38.53%
B=31.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1972522050.2200.190.01128.7390.1688.04
HexC5FCCD160131815a58
Octal305374315260231201132130
Binary1100010111111100110011011011001001111000000110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FCCD; }

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

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

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

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

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

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

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

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