#D9FA6D

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

Shades of Mindaro #D9FA6D

Tints of Mindaro #D9FA6D

Color information

#D9FA6D (or 0xD9FA6D) is unknown color: approx Mindaro. HEX triplet: D9, FA and 6D. RGB value is (217,250,109). Sum of RGB (Red+Green+Blue) = 217+250+109=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 109 (42.97% from 255 or 18.92% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FA6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FA6D is #260592. Grayscale: #E0E0E0. Windows color (decimal): -2491795 or 7207641. OLE color: 7207641.

HSL color Cylindrical-coordinate representation of color #D9FA6D: hue angle of 74.04º 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 #D9FA6D is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB217250109-
CMYK0.1300.560.02
HSL74.04º93.38%70.39%-
HSV(B)74.04º56.4%98.04%-
XYZ65.5684.2327.27-
YUV224.0663.07122.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.67%
GREEN value IS 250 (98.05% from 255) = 43.40%
BLUE value IS 109 (42.97% from 255) = 18.92%
R=37.67%
G=43.40%
B=18.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172501090.1300.560.0274.0493.3870.39
HexD9FA6DD03824a5d46
Octal331372155150702112135106
Binary110110011111101011011011101011100010100101010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FA6D; }

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

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

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

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

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

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

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

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