#DEFA73

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

Shades of Mindaro #DEFA73

Tints of Mindaro #DEFA73

Color information

#DEFA73 (or 0xDEFA73) is unknown color: approx Mindaro. HEX triplet: DE, FA and 73. RGB value is (222,250,115). Sum of RGB (Red+Green+Blue) = 222+250+115=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 115 (45.31% from 255 or 19.59% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFA73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFA73 is #21058C. Grayscale: #E2E2E2. Windows color (decimal): -2164109 or 7600862. OLE color: 7600862.

HSL color Cylindrical-coordinate representation of color #DEFA73: hue angle of 72.44º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DEFA73 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB222250115-
CMYK0.1100.540.02
HSL72.44º93.1%71.57%-
HSV(B)72.44º54%98.04%-
XYZ67.485.1429.1-
YUV226.2465.22124.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.82%
GREEN value IS 250 (98.05% from 255) = 42.59%
BLUE value IS 115 (45.31% from 255) = 19.59%
R=37.82%
G=42.59%
B=19.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222501150.1100.540.0272.4493.171.57
HexDEFA73B0362485d48
Octal336372163130662110135110
Binary110111101111101011100111011011011010100100010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFA73; }

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

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

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

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

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

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

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

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