#C1D484

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

Shades of Deco #C1D484

Tints of Deco #C1D484

Color information

#C1D484 (or 0xC1D484) is unknown color: approx Deco. HEX triplet: C1, D4 and 84. RGB value is (193,212,132). Sum of RGB (Red+Green+Blue) = 193+212+132=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 132 (51.95% from 255 or 24.58% from 537); Max value from RGB is 212 - color contains mainly: green. Hex color #C1D484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D484 is #3E2B7B. Grayscale: #C5C5C5. Windows color (decimal): -4074364 or 8705217. OLE color: 8705217.

HSL color Cylindrical-coordinate representation of color #C1D484: hue angle of 74.25º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C1D484 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB193212132-
CMYK0.0900.380.17
HSL74.25º48.19%67.45%-
HSV(B)74.25º37.74%83.14%-
XYZ49.760.0930.81-
YUV197.291.21125-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.94%
GREEN value IS 212 (83.20% from 255) = 39.48%
BLUE value IS 132 (51.95% from 255) = 24.58%
R=35.94%
G=39.48%
B=24.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1932121320.0900.380.1774.2548.1967.45
HexC1D4849026114a3043
Octal301324204110462111260103
Binary110000011101010010000100100101001101000110010101100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D484; }

 p { color: rgb(193,212,132); }

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

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

 a { background-color: rgb(193,212,132); }

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

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

 span { border-color: rgb(193,212,132); }

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