#D4FA70

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

Shades of Mindaro #D4FA70

Tints of Mindaro #D4FA70

Color information

#D4FA70 (or 0xD4FA70) is unknown color: approx Mindaro. HEX triplet: D4, FA and 70. RGB value is (212,250,112). Sum of RGB (Red+Green+Blue) = 212+250+112=574 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.93% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 112 (44.14% from 255 or 19.51% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FA70 is #2B058F. Grayscale: #DFDFDF. Windows color (decimal): -2819472 or 7404244. OLE color: 7404244.

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

Color convert

RGB212250112-
CMYK0.1500.550.02
HSL76.52º93.24%70.98%-
HSV(B)76.52º55.2%98.04%-
XYZ64.2683.5428.07-
YUV222.9165.41120.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.93%
GREEN value IS 250 (98.05% from 255) = 43.55%
BLUE value IS 112 (44.14% from 255) = 19.51%
R=36.93%
G=43.55%
B=19.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2122501120.1500.550.0276.5293.2470.98
HexD4FA70F03724d5d47
Octal324372160170672115135107
Binary110101001111101011100001111011011110100110110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FA70; }

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

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

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

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

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

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

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

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