#C7EFCD

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

Shades of Granny Apple #C7EFCD

Tints of Granny Apple #C7EFCD

Color information

#C7EFCD (or 0xC7EFCD) is unknown color: approx Granny Apple. HEX triplet: C7, EF and CD. RGB value is (199,239,205). Sum of RGB (Red+Green+Blue) = 199+239+205=643 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.95% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #C7EFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7EFCD is #381032. Grayscale: #DFDFDF. Windows color (decimal): -3674163 or 13496263. OLE color: 13496263.

HSL color Cylindrical-coordinate representation of color #C7EFCD: hue angle of 129º 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 #C7EFCD is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB199239205-
CMYK0.1700.140.06
HSL129º55.56%85.88%-
HSV(B)129º16.74%93.73%-
XYZ65.4478.2869.42-
YUV223.16117.75110.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.95%
GREEN value IS 239 (93.75% from 255) = 37.17%
BLUE value IS 205 (80.47% from 255) = 31.88%
R=30.95%
G=37.17%
B=31.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1992392050.1700.140.0612955.5685.88
HexC7EFCD110E6813856
Octal30735731521016620170126
Binary1100011111101111110011011000101110110100000011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EFCD; }

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

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

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

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

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

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

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

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