#C8F2D5

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

Shades of Granny Apple #C8F2D5

Tints of Granny Apple #C8F2D5

Color information

#C8F2D5 (or 0xC8F2D5) is unknown color: approx Granny Apple. HEX triplet: C8, F2 and D5. RGB value is (200,242,213). Sum of RGB (Red+Green+Blue) = 200+242+213=655 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.53% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 213 (83.59% from 255 or 32.52% from 655); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F2D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F2D5 is #370D2A. Grayscale: #E2E2E2. Windows color (decimal): -3607851 or 14021320. OLE color: 14021320.

HSL color Cylindrical-coordinate representation of color #C8F2D5: hue angle of 138.57º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8F2D5 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB200242213-
CMYK0.1700.120.05
HSL138.57º61.76%86.67%-
HSV(B)138.57º17.36%94.9%-
XYZ67.5880.5974.94-
YUV226.14120.59109.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.53%
GREEN value IS 242 (94.92% from 255) = 36.95%
BLUE value IS 213 (83.59% from 255) = 32.52%
R=30.53%
G=36.95%
B=32.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2002422130.1700.120.05138.5761.7686.67
HexC8F2D5110C58b3e57
Octal31036232521014521376127
Binary1100100011110010110101011000101100101100010111111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F2D5; }

 p { color: rgb(200,242,213); }

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

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

 a { background-color: rgb(200,242,213); }

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

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

 span { border-color: rgb(200,242,213); }

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