#D5FA6D

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

Shades of Mindaro #D5FA6D

Tints of Mindaro #D5FA6D

Color information

#D5FA6D (or 0xD5FA6D) is unknown color: approx Mindaro. HEX triplet: D5, FA and 6D. RGB value is (213,250,109). Sum of RGB (Red+Green+Blue) = 213+250+109=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 250 (98.05% from 255 or 43.71% from 572); Blue value is 109 (42.97% from 255 or 19.06% from 572); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FA6D is #2A0592. Grayscale: #DFDFDF. Windows color (decimal): -2753939 or 7207637. OLE color: 7207637.

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

Color convert

RGB213250109-
CMYK0.1500.560.02
HSL75.74º93.38%70.39%-
HSV(B)75.74º56.4%98.04%-
XYZ64.3983.6227.22-
YUV222.8663.74120.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.24%
GREEN value IS 250 (98.05% from 255) = 43.71%
BLUE value IS 109 (42.97% from 255) = 19.06%
R=37.24%
G=43.71%
B=19.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132501090.1500.560.0275.7493.3870.39
HexD5FA6DF03824c5d46
Octal325372155170702114135106
Binary110101011111101011011011111011100010100110010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FA6D; }

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

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

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

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

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

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

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

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