#DFF86F

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

Shades of Mindaro #DFF86F

Tints of Mindaro #DFF86F

Color information

#DFF86F (or 0xDFF86F) is unknown color: approx Mindaro. HEX triplet: DF, F8 and 6F. RGB value is (223,248,111). Sum of RGB (Red+Green+Blue) = 223+248+111=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 248 (97.27% from 255 or 42.61% from 582); Blue value is 111 (43.75% from 255 or 19.07% from 582); Max value from RGB is 248 - color contains mainly: green. Hex color #DFF86F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF86F is #200790. Grayscale: #E1E1E1. Windows color (decimal): -2099089 or 7338207. OLE color: 7338207.

HSL color Cylindrical-coordinate representation of color #DFF86F: hue angle of 70.95º 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 #DFF86F is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB223248111-
CMYK0.1000.550.03
HSL70.95º90.73%70.39%-
HSV(B)70.95º55.24%97.25%-
XYZ66.8783.9727.72-
YUV224.9163.72126.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.32%
GREEN value IS 248 (97.27% from 255) = 42.61%
BLUE value IS 111 (43.75% from 255) = 19.07%
R=38.32%
G=42.61%
B=19.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2232481110.1000.550.0370.9590.7370.39
HexDFF86FA0373475b46
Octal337370157120673107133106
Binary110111111111100011011111010011011111100011110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF86F; }

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

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

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

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

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

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

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

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