#DFFD73

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

Shades of Mindaro #DFFD73

Tints of Mindaro #DFFD73

Color information

#DFFD73 (or 0xDFFD73) is unknown color: approx Mindaro. HEX triplet: DF, FD and 73. RGB value is (223,253,115). Sum of RGB (Red+Green+Blue) = 223+253+115=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 253 (99.22% from 255 or 42.81% from 591); Blue value is 115 (45.31% from 255 or 19.46% from 591); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFD73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFD73 is #20028C. Grayscale: #E4E4E4. Windows color (decimal): -2097805 or 7601631. OLE color: 7601631.

HSL color Cylindrical-coordinate representation of color #DFFD73: hue angle of 73.04º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFFD73 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB223253115-
CMYK0.1200.550.01
HSL73.04º97.18%72.16%-
HSV(B)73.04º54.55%99.22%-
XYZ68.6587.1829.43-
YUV228.364.06124.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.73%
GREEN value IS 253 (99.22% from 255) = 42.81%
BLUE value IS 115 (45.31% from 255) = 19.46%
R=37.73%
G=42.81%
B=19.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232531150.1200.550.0173.0497.1872.16
HexDFFD73C0371496148
Octal337375163140671111141110
Binary11011111111111011110011110001101111100100111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFD73; }

 p { color: rgb(223,253,115); }

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

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

 a { background-color: rgb(223,253,115); }

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

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

 span { border-color: rgb(223,253,115); }

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