#C3EDC5

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

Shades of Granny Apple #C3EDC5

Tints of Granny Apple #C3EDC5

Color information

#C3EDC5 (or 0xC3EDC5) is unknown color: approx Granny Apple. HEX triplet: C3, ED and C5. RGB value is (195,237,197). Sum of RGB (Red+Green+Blue) = 195+237+197=629 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.00% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 197 (77.34% from 255 or 31.32% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #C3EDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3EDC5 is #3C123A. Grayscale: #DCDCDC. Windows color (decimal): -3936827 or 12971459. OLE color: 12971459.

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

Color convert

RGB195237197-
CMYK0.1800.170.07
HSL122.86º53.85%84.71%-
HSV(B)122.86º17.72%92.94%-
XYZ62.8776.264.22-
YUV219.88115.09110.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.00%
GREEN value IS 237 (92.97% from 255) = 37.68%
BLUE value IS 197 (77.34% from 255) = 31.32%
R=31.00%
G=37.68%
B=31.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1952371970.1800.170.07122.8653.8584.71
HexC3EDC51201177b3655
Octal30335530522021717366125
Binary1100001111101101110001011001001000111111110111101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3EDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3EDC5; }

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

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

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

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

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

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

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

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