#C7EFD5

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

Shades of Granny Apple #C7EFD5

Tints of Granny Apple #C7EFD5

Color information

#C7EFD5 (or 0xC7EFD5) is unknown color: approx Granny Apple. HEX triplet: C7, EF and D5. RGB value is (199,239,213). Sum of RGB (Red+Green+Blue) = 199+239+213=651 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.57% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 213 (83.59% from 255 or 32.72% from 651); Max value from RGB is 239 - color contains mainly: green. Hex color #C7EFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7EFD5 is #38102A. Grayscale: #E0E0E0. Windows color (decimal): -3674155 or 14020551. OLE color: 14020551.

HSL color Cylindrical-coordinate representation of color #C7EFD5: hue angle of 141º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7EFD5 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB199239213-
CMYK0.1700.110.06
HSL141º55.56%85.88%-
HSV(B)141º16.74%93.73%-
XYZ66.4378.6874.64-
YUV224.08121.75110.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.57%
GREEN value IS 239 (93.75% from 255) = 36.71%
BLUE value IS 213 (83.59% from 255) = 32.72%
R=30.57%
G=36.71%
B=32.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1992392130.1700.110.0614155.5685.88
HexC7EFD5110B68d3856
Octal30735732521013621570126
Binary1100011111101111110101011000101011110100011011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EFD5; }

 p { color: rgb(199,239,213); }

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

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

 a { background-color: rgb(199,239,213); }

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

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

 span { border-color: rgb(199,239,213); }

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