#D1FA6A

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

Shades of Mindaro #D1FA6A

Tints of Mindaro #D1FA6A

Color information

#D1FA6A (or 0xD1FA6A) is unknown color: approx Mindaro. HEX triplet: D1, FA and 6A. RGB value is (209,250,106). Sum of RGB (Red+Green+Blue) = 209+250+106=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 106 (41.80% from 255 or 18.76% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FA6A is #2E0595. Grayscale: #DDDDDD. Windows color (decimal): -3016086 or 7011025. OLE color: 7011025.

HSL color Cylindrical-coordinate representation of color #D1FA6A: hue angle of 77.08º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D1FA6A is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB209250106-
CMYK0.1600.580.02
HSL77.08º93.51%69.8%-
HSV(B)77.08º57.6%98.04%-
XYZ63.0882.9726.33-
YUV221.3262.92119.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.99%
GREEN value IS 250 (98.05% from 255) = 44.25%
BLUE value IS 106 (41.80% from 255) = 18.76%
R=36.99%
G=44.25%
B=18.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092501060.1600.580.0277.0893.5169.8
HexD1FA6A1003A24d5e46
Octal321372152200722115136106
Binary1101000111111010110101010000011101010100110110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FA6A; }

 p { color: rgb(209,250,106); }

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

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

 a { background-color: rgb(209,250,106); }

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

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

 span { border-color: rgb(209,250,106); }

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