#C7D67D

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

Shades of Deco #C7D67D

Tints of Deco #C7D67D

Color information

#C7D67D (or 0xC7D67D) is unknown color: approx Deco. HEX triplet: C7, D6 and 7D. RGB value is (199,214,125). Sum of RGB (Red+Green+Blue) = 199+214+125=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D67D is #382982. Grayscale: #C7C7C7. Windows color (decimal): -3680643 or 8246983. OLE color: 8246983.

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

Color convert

RGB199214125-
CMYK0.0700.420.16
HSL70.11º52.05%66.47%-
HSV(B)70.11º41.59%83.92%-
XYZ51.361.7228.61-
YUV199.3786.03127.74-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.99%
GREEN value IS 214 (83.98% from 255) = 39.78%
BLUE value IS 125 (49.22% from 255) = 23.23%
R=36.99%
G=39.78%
B=23.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1992141250.0700.420.1670.1152.0566.47
HexC7D67D702A10463442
Octal30732617570522010664102
Binary1100011111010110111110111101010101000010001101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D67D; }

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

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

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

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

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

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

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

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