#C0FFD4

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

Shades of Granny Apple #C0FFD4

Tints of Granny Apple #C0FFD4

Color information

#C0FFD4 (or 0xC0FFD4) is unknown color: approx Granny Apple. HEX triplet: C0, FF and D4. RGB value is (192,255,212). Sum of RGB (Red+Green+Blue) = 192+255+212=659 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.14% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 212 (83.20% from 255 or 32.17% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFD4 is #3F002B. Grayscale: #E7E7E7. Windows color (decimal): -4128812 or 13959104. OLE color: 13959104.

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

Color convert

RGB192255212-
CMYK0.2500.170
HSL139.05º100%87.65%-
HSV(B)139.05º24.71%100%-
XYZ69.3887.4875.52-
YUV231.26117.13100-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.14%
GREEN value IS 255 (100% from 255) = 38.69%
BLUE value IS 212 (83.20% from 255) = 32.17%
R=29.14%
G=38.69%
B=32.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1922552120.2500.170139.0510087.65
HexC0FFD41901108b6458
Octal300377324310210213144130
Binary1100000011111111110101001100101000101000101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FFD4; }

 p { color: rgb(192,255,212); }

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

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

 a { background-color: rgb(192,255,212); }

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

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

 span { border-color: rgb(192,255,212); }

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