#D9FF70

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

Shades of Mindaro #D9FF70

Tints of Mindaro #D9FF70

Color information

#D9FF70 (or 0xD9FF70) is unknown color: approx Mindaro. HEX triplet: D9, FF and 70. RGB value is (217,255,112). Sum of RGB (Red+Green+Blue) = 217+255+112=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 112 (44.14% from 255 or 19.18% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FF70 is #26008F. Grayscale: #E3E3E3. Windows color (decimal): -2490512 or 7405529. OLE color: 7405529.

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

Color convert

RGB217255112-
CMYK0.1500.560
HSL75.94º100%71.96%-
HSV(B)75.94º56.08%100%-
XYZ67.387.4428.66-
YUV227.3462.91120.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.16%
GREEN value IS 255 (100% from 255) = 43.66%
BLUE value IS 112 (44.14% from 255) = 19.18%
R=37.16%
G=43.66%
B=19.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2172551120.1500.56075.9410071.96
HexD9FF70F03804c6448
Octal331377160170700114144110
Binary11011001111111111110000111101110000100110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FF70; }

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

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

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

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

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

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

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

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