#DCF980

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

Shades of Mindaro #DCF980

Tints of Mindaro #DCF980

Color information

#DCF980 (or 0xDCF980) is unknown color: approx Mindaro. HEX triplet: DC, F9 and 80. RGB value is (220,249,128). Sum of RGB (Red+Green+Blue) = 220+249+128=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 249 (97.66% from 255 or 41.71% from 597); Blue value is 128 (50.39% from 255 or 21.44% from 597); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF980 is #23067F. Grayscale: #E2E2E2. Windows color (decimal): -2295424 or 8452572. OLE color: 8452572.

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

Color convert

RGB220249128-
CMYK0.1200.490.02
HSL74.38º90.98%73.92%-
HSV(B)74.38º48.59%97.65%-
XYZ67.2984.5333.19-
YUV226.5472.39123.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.85%
GREEN value IS 249 (97.66% from 255) = 41.71%
BLUE value IS 128 (50.39% from 255) = 21.44%
R=36.85%
G=41.71%
B=21.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202491280.1200.490.0274.3890.9873.92
HexDCF980C03124a5b4a
Octal334371200140612112133112
Binary1101110011111001100000001100011000110100101010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF980; }

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

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

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

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

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

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

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

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