#C8D87D

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

Shades of Deco #C8D87D

Tints of Deco #C8D87D

Color information

#C8D87D (or 0xC8D87D) is unknown color: approx Deco. HEX triplet: C8, D8 and 7D. RGB value is (200,216,125). Sum of RGB (Red+Green+Blue) = 200+216+125=541 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.97% from 541); Green value is 216 (84.77% from 255 or 39.93% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D87D is #372782. Grayscale: #C9C9C9. Windows color (decimal): -3614595 or 8247496. OLE color: 8247496.

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

Color convert

RGB200216125-
CMYK0.0700.420.15
HSL70.55º53.85%66.86%-
HSV(B)70.55º42.13%84.71%-
XYZ52.0862.8728.79-
YUV200.8485.2127.4-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.97%
GREEN value IS 216 (84.77% from 255) = 39.93%
BLUE value IS 125 (49.22% from 255) = 23.11%
R=36.97%
G=39.93%
B=23.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2002161250.0700.420.1570.5553.8566.86
HexC8D87D702AF473643
Octal31033017570521710766103
Binary110010001101100011111011110101010111110001111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D87D; }

 p { color: rgb(200,216,125); }

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

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

 a { background-color: rgb(200,216,125); }

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

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

 span { border-color: rgb(200,216,125); }

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