#D9FF73

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

Shades of Mindaro #D9FF73

Tints of Mindaro #D9FF73

Color information

#D9FF73 (or 0xD9FF73) is unknown color: approx Mindaro. HEX triplet: D9, FF and 73. RGB value is (217,255,115). Sum of RGB (Red+Green+Blue) = 217+255+115=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 115 (45.31% from 255 or 19.59% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FF73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FF73 is #26008C. Grayscale: #E4E4E4. Windows color (decimal): -2490509 or 7602137. OLE color: 7602137.

HSL color Cylindrical-coordinate representation of color #D9FF73: hue angle of 76.29º 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 #D9FF73 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB217255115-
CMYK0.1500.550
HSL76.29º100%72.55%-
HSV(B)76.29º54.9%100%-
XYZ67.4787.5129.55-
YUV227.6864.41120.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.97%
GREEN value IS 255 (100% from 255) = 43.44%
BLUE value IS 115 (45.31% from 255) = 19.59%
R=36.97%
G=43.44%
B=19.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2172551150.1500.55076.2910072.55
HexD9FF73F03704c6449
Octal331377163170670114144111
Binary11011001111111111110011111101101110100110011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FF73; }

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

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

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

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

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

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

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

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