#DEF86B

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

Shades of Mindaro #DEF86B

Tints of Mindaro #DEF86B

Color information

#DEF86B (or 0xDEF86B) is unknown color: approx Mindaro. HEX triplet: DE, F8 and 6B. RGB value is (222,248,107). Sum of RGB (Red+Green+Blue) = 222+248+107=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 248 (97.27% from 255 or 42.98% from 577); Blue value is 107 (42.19% from 255 or 18.54% from 577); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF86B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF86B is #210794. Grayscale: #E0E0E0. Windows color (decimal): -2164629 or 7076062. OLE color: 7076062.

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

Color convert

RGB222248107-
CMYK0.1000.570.03
HSL71.06º90.97%69.61%-
HSV(B)71.06º56.85%97.25%-
XYZ66.3583.7326.57-
YUV224.1561.89126.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.47%
GREEN value IS 248 (97.27% from 255) = 42.98%
BLUE value IS 107 (42.19% from 255) = 18.54%
R=38.47%
G=42.98%
B=18.54%

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
Decimal2222481070.1000.570.0371.0690.9769.61
HexDEF86BA0393475b46
Octal336370153120713107133106
Binary110111101111100011010111010011100111100011110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF86B; }

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

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

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

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

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

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

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

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