#C5EDAE

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

Shades of Madang #C5EDAE

Tints of Madang #C5EDAE

Color information

#C5EDAE (or 0xC5EDAE) is unknown color: approx Madang. HEX triplet: C5, ED and AE. RGB value is (197,237,174). Sum of RGB (Red+Green+Blue) = 197+237+174=608 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.40% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 174 (68.36% from 255 or 28.62% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #C5EDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5EDAE is #3A1251. Grayscale: #DADADA. Windows color (decimal): -3805778 or 11464133. OLE color: 11464133.

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

Color convert

RGB197237174-
CMYK0.1700.270.07
HSL98.1º63.64%80.59%-
HSV(B)98.1º26.58%92.94%-
XYZ60.9575.4951.4-
YUV217.86103.25113.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.40%
GREEN value IS 237 (92.97% from 255) = 38.98%
BLUE value IS 174 (68.36% from 255) = 28.62%
R=32.40%
G=38.98%
B=28.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1972371740.1700.270.0798.163.6480.59
HexC5EDAE1101B7624051
Octal305355256210337142100121
Binary11000101111011011010111010001011011111110001010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EDAE; }

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

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

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

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

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

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

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

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