#C4EDCD

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

Shades of Granny Apple #C4EDCD

Tints of Granny Apple #C4EDCD

Color information

#C4EDCD (or 0xC4EDCD) is unknown color: approx Granny Apple. HEX triplet: C4, ED and CD. RGB value is (196,237,205). Sum of RGB (Red+Green+Blue) = 196+237+205=638 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.72% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 237 - color contains mainly: green. Hex color #C4EDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4EDCD is #3B1232. Grayscale: #DDDDDD. Windows color (decimal): -3871283 or 13495748. OLE color: 13495748.

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

Color convert

RGB196237205-
CMYK0.1700.140.07
HSL133.17º53.25%84.9%-
HSV(B)133.17º17.3%92.94%-
XYZ64.0776.7169.19-
YUV221.09118.92110.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.72%
GREEN value IS 237 (92.97% from 255) = 37.15%
BLUE value IS 205 (80.47% from 255) = 32.13%
R=30.72%
G=37.15%
B=32.13%

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
Decimal1962372050.1700.140.07133.1753.2584.9
HexC4EDCD110E7853555
Octal30435531521016720565125
Binary1100010011101101110011011000101110111100001011101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4EDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4EDCD; }

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

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

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

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

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

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

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

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