#C5EDCD

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

Shades of Granny Apple #C5EDCD

Tints of Granny Apple #C5EDCD

Color information

#C5EDCD (or 0xC5EDCD) is unknown color: approx Granny Apple. HEX triplet: C5, ED and CD. RGB value is (197,237,205). Sum of RGB (Red+Green+Blue) = 197+237+205=639 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.83% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #C5EDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EDCD is #3A1232. Grayscale: #DDDDDD. Windows color (decimal): -3805747 or 13495749. OLE color: 13495749.

HSL color Cylindrical-coordinate representation of color #C5EDCD: hue angle of 132º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5EDCD is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB197237205-
CMYK0.1700.140.07
HSL132º52.63%85.1%-
HSV(B)132º16.88%92.94%-
XYZ64.3376.8569.2-
YUV221.39118.75110.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.83%
GREEN value IS 237 (92.97% from 255) = 37.09%
BLUE value IS 205 (80.47% from 255) = 32.08%
R=30.83%
G=37.09%
B=32.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1972372050.1700.140.0713252.6385.1
HexC5EDCD110E7843555
Octal30535531521016720465125
Binary1100010111101101110011011000101110111100001001101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EDCD; }

 p { color: rgb(197,237,205); }

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

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

 a { background-color: rgb(197,237,205); }

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

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

 span { border-color: rgb(197,237,205); }

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