#DCF480

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

Shades of Mindaro #DCF480

Tints of Mindaro #DCF480

Color information

#DCF480 (or 0xDCF480) is unknown color: approx Mindaro. HEX triplet: DC, F4 and 80. RGB value is (220,244,128). Sum of RGB (Red+Green+Blue) = 220+244+128=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 244 (95.70% from 255 or 41.22% from 592); Blue value is 128 (50.39% from 255 or 21.62% from 592); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF480 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF480 is #230B7F. Grayscale: #E0E0E0. Windows color (decimal): -2296704 or 8451292. OLE color: 8451292.

HSL color Cylindrical-coordinate representation of color #DCF480: hue angle of 72.41º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCF480 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB220244128-
CMYK0.1000.480.04
HSL72.41º84.06%72.94%-
HSV(B)72.41º47.54%95.69%-
XYZ65.7681.4832.68-
YUV223.674.05125.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.16%
GREEN value IS 244 (95.70% from 255) = 41.22%
BLUE value IS 128 (50.39% from 255) = 21.62%
R=37.16%
G=41.22%
B=21.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202441280.1000.480.0472.4184.0672.94
HexDCF480A0304485449
Octal334364200120604110124111
Binary11011100111101001000000010100110000100100100010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF480; }

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

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

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

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

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

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

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

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