#C5FDCD

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

Shades of Granny Apple #C5FDCD

Tints of Granny Apple #C5FDCD

Color information

#C5FDCD (or 0xC5FDCD) is unknown color: approx Granny Apple. HEX triplet: C5, FD and CD. RGB value is (197,253,205). Sum of RGB (Red+Green+Blue) = 197+253+205=655 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.08% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #C5FDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FDCD is #3A0232. Grayscale: #E6E6E6. Windows color (decimal): -3801651 or 13499845. OLE color: 13499845.

HSL color Cylindrical-coordinate representation of color #C5FDCD: hue angle of 128.57º degrees, saturation: 0.93, 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 #C5FDCD is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB197253205-
CMYK0.2200.190.01
HSL128.57º93.33%88.24%-
HSV(B)128.57º22.13%99.22%-
XYZ69.1786.5370.81-
YUV230.78113.45103.9-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.08%
GREEN value IS 253 (99.22% from 255) = 38.63%
BLUE value IS 205 (80.47% from 255) = 31.30%
R=30.08%
G=38.63%
B=31.30%

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
Decimal1972532050.2200.190.01128.5793.3388.24
HexC5FDCD160131815d58
Octal305375315260231201135130
Binary1100010111111101110011011011001001111000000110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FDCD; }

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

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

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

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

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

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

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

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