#D0FA51

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

Shades of Mindaro #D0FA51

Tints of Mindaro #D0FA51

Color information

#D0FA51 (or 0xD0FA51) is unknown color: approx Mindaro. HEX triplet: D0, FA and 51. RGB value is (208,250,81). Sum of RGB (Red+Green+Blue) = 208+250+81=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 250 (98.05% from 255 or 46.38% from 539); Blue value is 81 (32.03% from 255 or 15.03% from 539); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FA51 is #2F05AE. Grayscale: #DADADA. Windows color (decimal): -3081647 or 5372624. OLE color: 5372624.

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

Color convert

RGB20825081-
CMYK0.1700.680.02
HSL74.91º94.41%64.9%-
HSV(B)74.91º67.6%98.04%-
XYZ61.6882.3820.43-
YUV218.1850.59120.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.59%
GREEN value IS 250 (98.05% from 255) = 46.38%
BLUE value IS 81 (32.03% from 255) = 15.03%
R=38.59%
G=46.38%
B=15.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal208250810.1700.680.0274.9194.4164.9
HexD0FA511104424b5e41
Octal3203721212101042113136101
Binary11010000111110101010001100010100010010100101110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FA51; }

 p { color: rgb(208,250,81); }

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

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

 a { background-color: rgb(208,250,81); }

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

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

 span { border-color: rgb(208,250,81); }

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