#D1FA70

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

Shades of Mindaro #D1FA70

Tints of Mindaro #D1FA70

Color information

#D1FA70 (or 0xD1FA70) is unknown color: approx Mindaro. HEX triplet: D1, FA and 70. RGB value is (209,250,112). Sum of RGB (Red+Green+Blue) = 209+250+112=571 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.60% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 112 (44.14% from 255 or 19.61% from 571); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FA70 is #2E058F. Grayscale: #DEDEDE. Windows color (decimal): -3016080 or 7404241. OLE color: 7404241.

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

Color convert

RGB209250112-
CMYK0.1600.550.02
HSL77.83º93.24%70.98%-
HSV(B)77.83º55.2%98.04%-
XYZ63.483.128.03-
YUV222.0165.92118.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.60%
GREEN value IS 250 (98.05% from 255) = 43.78%
BLUE value IS 112 (44.14% from 255) = 19.61%
R=36.60%
G=43.78%
B=19.61%

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
Decimal2092501120.1600.550.0277.8393.2470.98
HexD1FA701003724e5d47
Octal321372160200672116135107
Binary1101000111111010111000010000011011110100111010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FA70; }

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

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

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

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

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

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

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

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