#DCF86F

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

Shades of Mindaro #DCF86F

Tints of Mindaro #DCF86F

Color information

#DCF86F (or 0xDCF86F) is unknown color: approx Mindaro. HEX triplet: DC, F8 and 6F. RGB value is (220,248,111). Sum of RGB (Red+Green+Blue) = 220+248+111=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 248 (97.27% from 255 or 42.83% from 579); Blue value is 111 (43.75% from 255 or 19.17% from 579); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF86F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF86F is #230790. Grayscale: #E0E0E0. Windows color (decimal): -2295697 or 7338204. OLE color: 7338204.

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

Color convert

RGB220248111-
CMYK0.1100.550.03
HSL72.26º90.73%70.39%-
HSV(B)72.26º55.24%97.25%-
XYZ65.9583.527.68-
YUV224.0164.22125.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.00%
GREEN value IS 248 (97.27% from 255) = 42.83%
BLUE value IS 111 (43.75% from 255) = 19.17%
R=38.00%
G=42.83%
B=19.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202481110.1100.550.0372.2690.7370.39
HexDCF86FB0373485b46
Octal334370157130673110133106
Binary110111001111100011011111011011011111100100010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF86F; }

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

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

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

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

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

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

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

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