#DFF86E

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

Shades of Mindaro #DFF86E

Tints of Mindaro #DFF86E

Color information

#DFF86E (or 0xDFF86E) is unknown color: approx Mindaro. HEX triplet: DF, F8 and 6E. RGB value is (223,248,110). Sum of RGB (Red+Green+Blue) = 223+248+110=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 248 (97.27% from 255 or 42.69% from 581); Blue value is 110 (43.36% from 255 or 18.93% from 581); Max value from RGB is 248 - color contains mainly: green. Hex color #DFF86E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF86E is #200791. Grayscale: #E1E1E1. Windows color (decimal): -2099090 or 7272671. OLE color: 7272671.

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

Color convert

RGB223248110-
CMYK0.1000.560.03
HSL70.87º90.79%70.2%-
HSV(B)70.87º55.65%97.25%-
XYZ66.8183.9527.43-
YUV224.7963.22126.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.38%
GREEN value IS 248 (97.27% from 255) = 42.69%
BLUE value IS 110 (43.36% from 255) = 18.93%
R=38.38%
G=42.69%
B=18.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2232481100.1000.560.0370.8790.7970.2
HexDFF86EA0383475b46
Octal337370156120703107133106
Binary110111111111100011011101010011100011100011110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF86E; }

 p { color: rgb(223,248,110); }

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

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

 a { background-color: rgb(223,248,110); }

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

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

 span { border-color: rgb(223,248,110); }

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