#DEF872

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

Shades of Mindaro #DEF872

Tints of Mindaro #DEF872

Color information

#DEF872 (or 0xDEF872) is unknown color: approx Mindaro. HEX triplet: DE, F8 and 72. RGB value is (222,248,114). Sum of RGB (Red+Green+Blue) = 222+248+114=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 248 (97.27% from 255 or 42.47% from 584); Blue value is 114 (44.92% from 255 or 19.52% from 584); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF872 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF872 is #21078D. Grayscale: #E1E1E1. Windows color (decimal): -2164622 or 7534814. OLE color: 7534814.

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

Color convert

RGB222248114-
CMYK0.1000.540.03
HSL71.64º90.54%70.98%-
HSV(B)71.64º54.03%97.25%-
XYZ66.7383.8828.59-
YUV224.9565.39125.9-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.01%
GREEN value IS 248 (97.27% from 255) = 42.47%
BLUE value IS 114 (44.92% from 255) = 19.52%
R=38.01%
G=42.47%
B=19.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2222481140.1000.540.0371.6490.5470.98
HexDEF872A0363485b47
Octal336370162120663110133107
Binary110111101111100011100101010011011011100100010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF872; }

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

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

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

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

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

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

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

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