#C8F8CF

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

Shades of Granny Apple #C8F8CF

Tints of Granny Apple #C8F8CF

Color information

#C8F8CF (or 0xC8F8CF) is unknown color: approx Granny Apple. HEX triplet: C8, F8 and CF. RGB value is (200,248,207). Sum of RGB (Red+Green+Blue) = 200+248+207=655 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.53% from 655); Green value is 248 (97.27% from 255 or 37.86% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F8CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F8CF is #370730. Grayscale: #E5E5E5. Windows color (decimal): -3606321 or 13629640. OLE color: 13629640.

HSL color Cylindrical-coordinate representation of color #C8F8CF: hue angle of 128.75º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8F8CF is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB200248207-
CMYK0.1900.170.03
HSL128.75º77.42%87.84%-
HSV(B)128.75º19.35%97.25%-
XYZ68.6583.9271.61-
YUV228.97115.6107.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.53%
GREEN value IS 248 (97.27% from 255) = 37.86%
BLUE value IS 207 (81.25% from 255) = 31.60%
R=30.53%
G=37.86%
B=31.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2002482070.1900.170.03128.7577.4287.84
HexC8F8CF130113814d58
Octal310370317230213201115130
Binary11001000111110001100111110011010001111000000110011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F8CF; }

 p { color: rgb(200,248,207); }

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

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

 a { background-color: rgb(200,248,207); }

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

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

 span { border-color: rgb(200,248,207); }

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