#C5D67F

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

Shades of Deco #C5D67F

Tints of Deco #C5D67F

Color information

#C5D67F (or 0xC5D67F) is unknown color: approx Deco. HEX triplet: C5, D6 and 7F. RGB value is (197,214,127). Sum of RGB (Red+Green+Blue) = 197+214+127=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 127 (50% from 255 or 23.61% from 538); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D67F is #3A2980. Grayscale: #C7C7C7. Windows color (decimal): -3811713 or 8378053. OLE color: 8378053.

HSL color Cylindrical-coordinate representation of color #C5D67F: hue angle of 71.72º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C5D67F is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB197214127-
CMYK0.0800.410.16
HSL71.72º51.48%66.86%-
HSV(B)71.72º40.65%83.92%-
XYZ50.961.529.27-
YUV19987.37126.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.62%
GREEN value IS 214 (83.98% from 255) = 39.78%
BLUE value IS 127 (50% from 255) = 23.61%
R=36.62%
G=39.78%
B=23.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1972141270.0800.410.1671.7251.4866.86
HexC5D67F802910483343
Octal305326177100512011063103
Binary11000101110101101111111100001010011000010010001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D67F; }

 p { color: rgb(197,214,127); }

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

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

 a { background-color: rgb(197,214,127); }

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

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

 span { border-color: rgb(197,214,127); }

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