#C6D571

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

Shades of Deco #C6D571

Tints of Deco #C6D571

Color information

#C6D571 (or 0xC6D571) is unknown color: approx Deco. HEX triplet: C6, D5 and 71. RGB value is (198,213,113). Sum of RGB (Red+Green+Blue) = 198+213+113=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 113 (44.53% from 255 or 21.56% from 524); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D571 is #392A8E. Grayscale: #C5C5C5. Windows color (decimal): -3746447 or 7460294. OLE color: 7460294.

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

Color convert

RGB198213113-
CMYK0.0700.470.16
HSL69º54.35%63.92%-
HSV(B)69º46.95%83.53%-
XYZ50.0660.7924.72-
YUV197.1280.53128.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.79%
GREEN value IS 213 (83.59% from 255) = 40.65%
BLUE value IS 113 (44.53% from 255) = 21.56%
R=37.79%
G=40.65%
B=21.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1982131130.0700.470.166954.3563.92
HexC6D571702F10453640
Octal30632516170572010566100
Binary1100011011010101111000111101011111000010001011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D571; }

 p { color: rgb(198,213,113); }

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

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

 a { background-color: rgb(198,213,113); }

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

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

 span { border-color: rgb(198,213,113); }

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