#DCF881

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

Shades of Mindaro #DCF881

Tints of Mindaro #DCF881

Color information

#DCF881 (or 0xDCF881) is unknown color: approx Mindaro. HEX triplet: DC, F8 and 81. RGB value is (220,248,129). Sum of RGB (Red+Green+Blue) = 220+248+129=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 248 (97.27% from 255 or 41.54% from 597); Blue value is 129 (50.78% from 255 or 21.61% from 597); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF881 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF881 is #23077E. Grayscale: #E2E2E2. Windows color (decimal): -2295679 or 8517852. OLE color: 8517852.

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

Color convert

RGB220248129-
CMYK0.1100.480.03
HSL74.12º89.47%73.92%-
HSV(B)74.12º47.98%97.25%-
XYZ67.0583.9433.44-
YUV226.0673.22123.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.85%
GREEN value IS 248 (97.27% from 255) = 41.54%
BLUE value IS 129 (50.78% from 255) = 21.61%
R=36.85%
G=41.54%
B=21.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202481290.1100.480.0374.1289.4773.92
HexDCF881B03034a594a
Octal334370201130603112131112
Binary1101110011111000100000011011011000011100101010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF881; }

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

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

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

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

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

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

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

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