#DEFF73

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

Shades of Mindaro #DEFF73

Tints of Mindaro #DEFF73

Color information

#DEFF73 (or 0xDEFF73) is unknown color: approx Mindaro. HEX triplet: DE, FF and 73. RGB value is (222,255,115). Sum of RGB (Red+Green+Blue) = 222+255+115=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 115 (45.31% from 255 or 19.43% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFF73 is #21008C. Grayscale: #E5E5E5. Windows color (decimal): -2162829 or 7602142. OLE color: 7602142.

HSL color Cylindrical-coordinate representation of color #DEFF73: hue angle of 74.14º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DEFF73 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB222255115-
CMYK0.1300.550
HSL74.14º100%72.55%-
HSV(B)74.14º54.9%100%-
XYZ68.9888.2929.63-
YUV229.1763.57122.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.5%
GREEN value IS 255 (100% from 255) = 43.07%
BLUE value IS 115 (45.31% from 255) = 19.43%
R=37.5%
G=43.07%
B=19.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222551150.1300.55074.1410072.55
HexDEFF73D03704a6449
Octal336377163150670112144111
Binary11011110111111111110011110101101110100101011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFF73; }

 p { color: rgb(222,255,115); }

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

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

 a { background-color: rgb(222,255,115); }

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

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

 span { border-color: rgb(222,255,115); }

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