#C5D888

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

Shades of Deco #C5D888

Tints of Deco #C5D888

Color information

#C5D888 (or 0xC5D888) is unknown color: approx Deco. HEX triplet: C5, D8 and 88. RGB value is (197,216,136). Sum of RGB (Red+Green+Blue) = 197+216+136=549 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.88% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 136 (53.52% from 255 or 24.77% from 549); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D888 is #3A2777. Grayscale: #C9C9C9. Windows color (decimal): -3811192 or 8968389. OLE color: 8968389.

HSL color Cylindrical-coordinate representation of color #C5D888: hue angle of 74.25º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C5D888 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB197216136-
CMYK0.0900.370.15
HSL74.25º50.63%69.02%-
HSV(B)74.25º37.04%84.71%-
XYZ52.0362.7632.66-
YUV201.291.21125-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.88%
GREEN value IS 216 (84.77% from 255) = 39.34%
BLUE value IS 136 (53.52% from 255) = 24.77%
R=35.88%
G=39.34%
B=24.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1972161360.0900.370.1574.2550.6369.02
HexC5D8889025F4a3345
Octal305330210110451711263105
Binary11000101110110001000100010010100101111110010101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D888; }

 p { color: rgb(197,216,136); }

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

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

 a { background-color: rgb(197,216,136); }

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

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

 span { border-color: rgb(197,216,136); }

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