#C8FAD4

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

Shades of Granny Apple #C8FAD4

Tints of Granny Apple #C8FAD4

Color information

#C8FAD4 (or 0xC8FAD4) is unknown color: approx Granny Apple. HEX triplet: C8, FA and D4. RGB value is (200,250,212). Sum of RGB (Red+Green+Blue) = 200+250+212=662 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.21% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 212 (83.20% from 255 or 32.02% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FAD4 is #37052B. Grayscale: #E6E6E6. Windows color (decimal): -3605804 or 13957832. OLE color: 13957832.

HSL color Cylindrical-coordinate representation of color #C8FAD4: hue angle of 134.4º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8FAD4 is Cyan = 0.2, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB200250212-
CMYK0.200.150.02
HSL134.4º83.33%88.24%-
HSV(B)134.4º20%98.04%-
XYZ69.8985.475.09-
YUV230.72117.44106.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.21%
GREEN value IS 250 (98.05% from 255) = 37.76%
BLUE value IS 212 (83.20% from 255) = 32.02%
R=30.21%
G=37.76%
B=32.02%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2002502120.200.150.02134.483.3388.24
HexC8FAD4140F2865358
Octal310372324240172206123130
Binary1100100011111010110101001010001111101000011010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FAD4; }

 p { color: rgb(200,250,212); }

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

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

 a { background-color: rgb(200,250,212); }

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

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

 span { border-color: rgb(200,250,212); }

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