#DCE984

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

Shades of Mindaro #DCE984

Tints of Mindaro #DCE984

Color information

#DCE984 (or 0xDCE984) is unknown color: approx Mindaro. HEX triplet: DC, E9 and 84. RGB value is (220,233,132). Sum of RGB (Red+Green+Blue) = 220+233+132=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 233 (91.41% from 255 or 39.83% from 585); Blue value is 132 (51.95% from 255 or 22.56% from 585); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE984 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE984 is #23167B. Grayscale: #D9D9D9. Windows color (decimal): -2299516 or 8710620. OLE color: 8710620.

HSL color Cylindrical-coordinate representation of color #DCE984: hue angle of 67.72º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCE984 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB220233132-
CMYK0.0600.430.09
HSL67.72º69.66%71.57%-
HSV(B)67.72º43.35%91.37%-
XYZ62.8275.1633.03-
YUV217.679.69129.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 233 (91.41% from 255) = 39.83%
BLUE value IS 132 (51.95% from 255) = 22.56%
R=37.61%
G=39.83%
B=22.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202331320.0600.430.0967.7269.6671.57
HexDCE984602B9444648
Octal334351204605311104106110
Binary11011100111010011000010011001010111001100010010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE984; }

 p { color: rgb(220,233,132); }

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

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

 a { background-color: rgb(220,233,132); }

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

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

 span { border-color: rgb(220,233,132); }

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