#D2FA70

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

Shades of Mindaro #D2FA70

Tints of Mindaro #D2FA70

Color information

#D2FA70 (or 0xD2FA70) is unknown color: approx Mindaro. HEX triplet: D2, FA and 70. RGB value is (210,250,112). Sum of RGB (Red+Green+Blue) = 210+250+112=572 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.71% from 572); Green value is 250 (98.05% from 255 or 43.71% from 572); Blue value is 112 (44.14% from 255 or 19.58% from 572); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FA70 is #2D058F. Grayscale: #DEDEDE. Windows color (decimal): -2950544 or 7404242. OLE color: 7404242.

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

Color convert

RGB210250112-
CMYK0.1600.550.02
HSL77.39º93.24%70.98%-
HSV(B)77.39º55.2%98.04%-
XYZ63.6983.2428.04-
YUV222.3165.75119.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.71%
GREEN value IS 250 (98.05% from 255) = 43.71%
BLUE value IS 112 (44.14% from 255) = 19.58%
R=36.71%
G=43.71%
B=19.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102501120.1600.550.0277.3993.2470.98
HexD2FA701003724d5d47
Octal322372160200672115135107
Binary1101001011111010111000010000011011110100110110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FA70; }

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

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

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

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

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

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

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

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