#DEF875

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

Shades of Mindaro #DEF875

Tints of Mindaro #DEF875

Color information

#DEF875 (or 0xDEF875) is unknown color: approx Mindaro. HEX triplet: DE, F8 and 75. RGB value is (222,248,117). Sum of RGB (Red+Green+Blue) = 222+248+117=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 248 (97.27% from 255 or 42.25% from 587); Blue value is 117 (46.09% from 255 or 19.93% from 587); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF875 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF875 is #21078A. Grayscale: #E1E1E1. Windows color (decimal): -2164619 or 7731422. OLE color: 7731422.

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

Color convert

RGB222248117-
CMYK0.1000.530.03
HSL71.91º90.34%71.57%-
HSV(B)71.91º52.82%97.25%-
XYZ66.983.9529.51-
YUV225.2966.89125.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.82%
GREEN value IS 248 (97.27% from 255) = 42.25%
BLUE value IS 117 (46.09% from 255) = 19.93%
R=37.82%
G=42.25%
B=19.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2222481170.1000.530.0371.9190.3471.57
HexDEF875A0353485a48
Octal336370165120653110132110
Binary110111101111100011101011010011010111100100010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF875; }

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

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

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

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

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

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

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

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