#D9F071

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

Shades of Mindaro #D9F071

Tints of Mindaro #D9F071

Color information

#D9F071 (or 0xD9F071) is unknown color: approx Mindaro. HEX triplet: D9, F0 and 71. RGB value is (217,240,113). Sum of RGB (Red+Green+Blue) = 217+240+113=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 113 (44.53% from 255 or 19.82% from 570); Max value from RGB is 240 - color contains mainly: green. Hex color #D9F071 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F071 is #260F8E. Grayscale: #DBDBDB. Windows color (decimal): -2494351 or 7467225. OLE color: 7467225.

HSL color Cylindrical-coordinate representation of color #D9F071: hue angle of 70.87º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9F071 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB217240113-
CMYK0.1000.530.06
HSL70.87º80.89%69.22%-
HSV(B)70.87º52.92%94.12%-
XYZ62.7678.2627.42-
YUV218.6468.38126.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.07%
GREEN value IS 240 (94.14% from 255) = 42.11%
BLUE value IS 113 (44.53% from 255) = 19.82%
R=38.07%
G=42.11%
B=19.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2172401130.1000.530.0670.8780.8969.22
HexD9F071A0356475145
Octal331360161120656107121105
Binary1101100111110000111000110100110101110100011110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F071; }

 p { color: rgb(217,240,113); }

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

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

 a { background-color: rgb(217,240,113); }

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

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

 span { border-color: rgb(217,240,113); }

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