#DCF981

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

Shades of Mindaro #DCF981

Tints of Mindaro #DCF981

Color information

#DCF981 (or 0xDCF981) is unknown color: approx Mindaro. HEX triplet: DC, F9 and 81. RGB value is (220,249,129). Sum of RGB (Red+Green+Blue) = 220+249+129=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 249 (97.66% from 255 or 41.64% from 598); Blue value is 129 (50.78% from 255 or 21.57% from 598); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF981 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF981 is #23067E. Grayscale: #E3E3E3. Windows color (decimal): -2295423 or 8518108. OLE color: 8518108.

HSL color Cylindrical-coordinate representation of color #DCF981: hue angle of 74.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCF981 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB220249129-
CMYK0.1200.480.02
HSL74.5º90.91%74.12%-
HSV(B)74.5º48.19%97.65%-
XYZ67.3584.5533.54-
YUV226.6572.89123.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.79%
GREEN value IS 249 (97.66% from 255) = 41.64%
BLUE value IS 129 (50.78% from 255) = 21.57%
R=36.79%
G=41.64%
B=21.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202491290.1200.480.0274.590.9174.12
HexDCF981C03024a5b4a
Octal334371201140602112133112
Binary1101110011111001100000011100011000010100101010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF981; }

 p { color: rgb(220,249,129); }

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

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

 a { background-color: rgb(220,249,129); }

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

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

 span { border-color: rgb(220,249,129); }

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