#D0FE60

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

Shades of Mindaro #D0FE60

Tints of Mindaro #D0FE60

Color information

#D0FE60 (or 0xD0FE60) is unknown color: approx Mindaro. HEX triplet: D0, FE and 60. RGB value is (208,254,96). Sum of RGB (Red+Green+Blue) = 208+254+96=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 96 (37.89% from 255 or 17.20% from 558); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FE60 is #2F019F. Grayscale: #DEDEDE. Windows color (decimal): -3080608 or 6356688. OLE color: 6356688.

HSL color Cylindrical-coordinate representation of color #D0FE60: hue angle of 77.47º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0FE60 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.

Color convert

RGB20825496-
CMYK0.1800.620.00
HSL77.47º98.75%68.63%-
HSV(B)77.47º62.2%99.61%-
XYZ63.5785.1424.15-
YUV222.2356.76117.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.28%
GREEN value IS 254 (99.61% from 255) = 45.52%
BLUE value IS 96 (37.89% from 255) = 17.20%
R=37.28%
G=45.52%
B=17.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal208254960.1800.620.0077.4798.7568.63
HexD0FE601203E04d6345
Octal320376140220760115143105
Binary110100001111111011000001001001111100100110111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FE60; }

 p { color: rgb(208,254,96); }

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

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

 a { background-color: rgb(208,254,96); }

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

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

 span { border-color: rgb(208,254,96); }

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