#D2FA5B

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

Shades of Mindaro #D2FA5B

Tints of Mindaro #D2FA5B

Color information

#D2FA5B (or 0xD2FA5B) is unknown color: approx Mindaro. HEX triplet: D2, FA and 5B. RGB value is (210,250,91). Sum of RGB (Red+Green+Blue) = 210+250+91=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 91 (35.94% from 255 or 16.52% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FA5B is #2D05A4. Grayscale: #DCDCDC. Windows color (decimal): -2950565 or 6027986. OLE color: 6027986.

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

Color convert

RGB21025091-
CMYK0.1600.640.02
HSL75.09º94.08%66.86%-
HSV(B)75.09º63.6%98.04%-
XYZ62.6582.8322.58-
YUV219.9155.25120.93-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.11%
GREEN value IS 250 (98.05% from 255) = 45.37%
BLUE value IS 91 (35.94% from 255) = 16.52%
R=38.11%
G=45.37%
B=16.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal210250910.1600.640.0275.0994.0866.86
HexD2FA5B1004024b5e43
Octal3223721332001002113136103
Binary11010010111110101011011100000100000010100101110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FA5B; }

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

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

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

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

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

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

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

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