#DEF575

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

Shades of Mindaro #DEF575

Tints of Mindaro #DEF575

Color information

#DEF575 (or 0xDEF575) is unknown color: approx Mindaro. HEX triplet: DE, F5 and 75. RGB value is (222,245,117). Sum of RGB (Red+Green+Blue) = 222+245+117=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 245 (96.09% from 255 or 41.95% from 584); Blue value is 117 (46.09% from 255 or 20.03% from 584); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF575 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF575 is #210A8A. Grayscale: #E0E0E0. Windows color (decimal): -2165387 or 7730654. OLE color: 7730654.

HSL color Cylindrical-coordinate representation of color #DEF575: hue angle of 70.78º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEF575 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB222245117-
CMYK0.0900.520.04
HSL70.78º86.49%70.98%-
HSV(B)70.78º52.24%96.08%-
XYZ65.9982.1229.2-
YUV223.5367.88126.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.01%
GREEN value IS 245 (96.09% from 255) = 41.95%
BLUE value IS 117 (46.09% from 255) = 20.03%
R=38.01%
G=41.95%
B=20.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222451170.0900.520.0470.7886.4970.98
HexDEF57590344475647
Octal336365165110644107126107
Binary1101111011110101111010110010110100100100011110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF575; }

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

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

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

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

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

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

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

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