#D2FA5D

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

Shades of Mindaro #D2FA5D

Tints of Mindaro #D2FA5D

Color information

#D2FA5D (or 0xD2FA5D) is unknown color: approx Mindaro. HEX triplet: D2, FA and 5D. RGB value is (210,250,93). Sum of RGB (Red+Green+Blue) = 210+250+93=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 93 (36.72% from 255 or 16.82% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FA5D is #2D05A2. Grayscale: #DCDCDC. Windows color (decimal): -2950563 or 6159058. OLE color: 6159058.

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

Color convert

RGB21025093-
CMYK0.1600.630.02
HSL75.29º94.01%67.25%-
HSV(B)75.29º62.8%98.04%-
XYZ62.7482.8623.04-
YUV220.1456.25120.77-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.97%
GREEN value IS 250 (98.05% from 255) = 45.21%
BLUE value IS 93 (36.72% from 255) = 16.82%
R=37.97%
G=45.21%
B=16.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal210250930.1600.630.0275.2994.0167.25
HexD2FA5D1003F24b5e43
Octal322372135200772113136103
Binary1101001011111010101110110000011111110100101110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FA5D; }

 p { color: rgb(210,250,93); }

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

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

 a { background-color: rgb(210,250,93); }

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

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

 span { border-color: rgb(210,250,93); }

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