#D5F171

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

Shades of Mindaro #D5F171

Tints of Mindaro #D5F171

Color information

#D5F171 (or 0xD5F171) is unknown color: approx Mindaro. HEX triplet: D5, F1 and 71. RGB value is (213,241,113). Sum of RGB (Red+Green+Blue) = 213+241+113=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 241 (94.53% from 255 or 42.50% from 567); Blue value is 113 (44.53% from 255 or 19.93% from 567); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F171 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F171 is #2A0E8E. Grayscale: #DADADA. Windows color (decimal): -2756239 or 7467477. OLE color: 7467477.

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

Color convert

RGB213241113-
CMYK0.1200.530.05
HSL73.12º82.05%69.41%-
HSV(B)73.12º53.11%94.51%-
XYZ61.8878.2527.47-
YUV218.0468.72124.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.57%
GREEN value IS 241 (94.53% from 255) = 42.50%
BLUE value IS 113 (44.53% from 255) = 19.93%
R=37.57%
G=42.50%
B=19.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132411130.1200.530.0573.1282.0569.41
HexD5F171C0355495245
Octal325361161140655111122105
Binary1101010111110001111000111000110101101100100110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F171; }

 p { color: rgb(213,241,113); }

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

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

 a { background-color: rgb(213,241,113); }

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

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

 span { border-color: rgb(213,241,113); }

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