#DCF879

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

Shades of Mindaro #DCF879

Tints of Mindaro #DCF879

Color information

#DCF879 (or 0xDCF879) is unknown color: approx Mindaro. HEX triplet: DC, F8 and 79. RGB value is (220,248,121). Sum of RGB (Red+Green+Blue) = 220+248+121=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 248 (97.27% from 255 or 42.11% from 589); Blue value is 121 (47.66% from 255 or 20.54% from 589); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF879 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF879 is #230786. Grayscale: #E1E1E1. Windows color (decimal): -2295687 or 7993564. OLE color: 7993564.

HSL color Cylindrical-coordinate representation of color #DCF879: hue angle of 73.23º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCF879 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB220248121-
CMYK0.1100.510.03
HSL73.23º90.07%72.35%-
HSV(B)73.23º51.21%97.25%-
XYZ66.5383.7330.74-
YUV225.1569.22124.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.35%
GREEN value IS 248 (97.27% from 255) = 42.11%
BLUE value IS 121 (47.66% from 255) = 20.54%
R=37.35%
G=42.11%
B=20.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202481210.1100.510.0373.2390.0772.35
HexDCF879B0333495a48
Octal334370171130633111132110
Binary110111001111100011110011011011001111100100110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF879; }

 p { color: rgb(220,248,121); }

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

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

 a { background-color: rgb(220,248,121); }

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

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

 span { border-color: rgb(220,248,121); }

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