#C5E7CF

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

Shades of Granny Apple #C5E7CF

Tints of Granny Apple #C5E7CF

Color information

#C5E7CF (or 0xC5E7CF) is unknown color: approx Granny Apple. HEX triplet: C5, E7 and CF. RGB value is (197,231,207). Sum of RGB (Red+Green+Blue) = 197+231+207=635 (84% of max value = 765). Red value is 197 (77.34% from 255 or 31.02% from 635); Green value is 231 (90.62% from 255 or 36.38% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 231 - color contains mainly: green. Hex color #C5E7CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5E7CF is #3A1830. Grayscale: #DADADA. Windows color (decimal): -3807281 or 13625285. OLE color: 13625285.

HSL color Cylindrical-coordinate representation of color #C5E7CF: hue angle of 137.65º degrees, saturation: 0.41, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5E7CF is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB197231207-
CMYK0.1500.100.09
HSL137.65º41.46%83.92%-
HSV(B)137.65º14.72%90.59%-
XYZ62.8673.5369.91-
YUV218.1121.74112.95-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.02%
GREEN value IS 231 (90.62% from 255) = 36.38%
BLUE value IS 207 (81.25% from 255) = 32.60%
R=31.02%
G=36.38%
B=32.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1972312070.1500.100.09137.6541.4683.92
HexC5E7CFF0A98a2954
Octal305347317170121121251124
Binary1100010111100111110011111111010101001100010101010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5E7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5E7CF; }

 p { color: rgb(197,231,207); }

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

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

 a { background-color: rgb(197,231,207); }

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

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

 span { border-color: rgb(197,231,207); }

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