#D1FA6D

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

Shades of Mindaro #D1FA6D

Tints of Mindaro #D1FA6D

Color information

#D1FA6D (or 0xD1FA6D) is unknown color: approx Mindaro. HEX triplet: D1, FA and 6D. RGB value is (209,250,109). Sum of RGB (Red+Green+Blue) = 209+250+109=568 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.80% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 109 (42.97% from 255 or 19.19% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FA6D is #2E0592. Grayscale: #DEDEDE. Windows color (decimal): -3016083 or 7207633. OLE color: 7207633.

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

Color convert

RGB209250109-
CMYK0.1600.560.02
HSL77.45º93.38%70.39%-
HSV(B)77.45º56.4%98.04%-
XYZ63.2483.0327.16-
YUV221.6764.42118.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.80%
GREEN value IS 250 (98.05% from 255) = 44.01%
BLUE value IS 109 (42.97% from 255) = 19.19%
R=36.80%
G=44.01%
B=19.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092501090.1600.560.0277.4593.3870.39
HexD1FA6D1003824d5d46
Octal321372155200702115135106
Binary1101000111111010110110110000011100010100110110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FA6D; }

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

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

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

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

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

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

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

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