#DFF86B

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

Shades of Mindaro #DFF86B

Tints of Mindaro #DFF86B

Color information

#DFF86B (or 0xDFF86B) is unknown color: approx Mindaro. HEX triplet: DF, F8 and 6B. RGB value is (223,248,107). Sum of RGB (Red+Green+Blue) = 223+248+107=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 248 (97.27% from 255 or 42.91% from 578); Blue value is 107 (42.19% from 255 or 18.51% from 578); Max value from RGB is 248 - color contains mainly: green. Hex color #DFF86B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF86B is #200794. Grayscale: #E0E0E0. Windows color (decimal): -2099093 or 7076063. OLE color: 7076063.

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

Color convert

RGB223248107-
CMYK0.1000.570.03
HSL70.64º90.97%69.61%-
HSV(B)70.64º56.85%97.25%-
XYZ66.6583.8826.59-
YUV224.4561.72126.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.58%
GREEN value IS 248 (97.27% from 255) = 42.91%
BLUE value IS 107 (42.19% from 255) = 18.51%
R=38.58%
G=42.91%
B=18.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2232481070.1000.570.0370.6490.9769.61
HexDFF86BA0393475b46
Octal337370153120713107133106
Binary110111111111100011010111010011100111100011110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF86B; }

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

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

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

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

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

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

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

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