#D1F271

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

Shades of Mindaro #D1F271

Tints of Mindaro #D1F271

Color information

#D1F271 (or 0xD1F271) is unknown color: approx Mindaro. HEX triplet: D1, F2 and 71. RGB value is (209,242,113). Sum of RGB (Red+Green+Blue) = 209+242+113=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 242 (94.92% from 255 or 42.91% from 564); Blue value is 113 (44.53% from 255 or 20.04% from 564); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F271 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F271 is #2E0D8E. Grayscale: #D9D9D9. Windows color (decimal): -3018127 or 7467729. OLE color: 7467729.

HSL color Cylindrical-coordinate representation of color #D1F271: hue angle of 75.35º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1F271 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB209242113-
CMYK0.1400.530.05
HSL75.35º83.23%69.61%-
HSV(B)75.35º53.31%94.9%-
XYZ61.0378.2527.51-
YUV217.4369.07121.99-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.06%
GREEN value IS 242 (94.92% from 255) = 42.91%
BLUE value IS 113 (44.53% from 255) = 20.04%
R=37.06%
G=42.91%
B=20.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2092421130.1400.530.0575.3583.2369.61
HexD1F271E03554b5346
Octal321362161160655113123106
Binary1101000111110010111000111100110101101100101110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F271; }

 p { color: rgb(209,242,113); }

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

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

 a { background-color: rgb(209,242,113); }

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

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

 span { border-color: rgb(209,242,113); }

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