#C7D68E

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

Shades of Deco #C7D68E

Tints of Deco #C7D68E

Color information

#C7D68E (or 0xC7D68E) is unknown color: approx Deco. HEX triplet: C7, D6 and 8E. RGB value is (199,214,142). Sum of RGB (Red+Green+Blue) = 199+214+142=555 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.86% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 142 (55.86% from 255 or 25.59% from 555); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D68E is #382971. Grayscale: #C9C9C9. Windows color (decimal): -3680626 or 9361095. OLE color: 9361095.

HSL color Cylindrical-coordinate representation of color #C7D68E: hue angle of 72.5º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C7D68E is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB199214142-
CMYK0.0700.340.16
HSL72.5º46.75%69.8%-
HSV(B)72.5º33.64%83.92%-
XYZ52.4862.1934.83-
YUV201.3194.53126.35-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.86%
GREEN value IS 214 (83.98% from 255) = 38.56%
BLUE value IS 142 (55.86% from 255) = 25.59%
R=35.86%
G=38.56%
B=25.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1992141420.0700.340.1672.546.7569.8
HexC7D68E702210482f46
Octal30732621670422011057106
Binary11000111110101101000111011101000101000010010001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D68E; }

 p { color: rgb(199,214,142); }

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

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

 a { background-color: rgb(199,214,142); }

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

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

 span { border-color: rgb(199,214,142); }

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