#D0FF4D

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

Shades of Mindaro #D0FF4D

Tints of Mindaro #D0FF4D

Color information

#D0FF4D (or 0xD0FF4D) is unknown color: approx Mindaro. HEX triplet: D0, FF and 4D. RGB value is (208,255,77). Sum of RGB (Red+Green+Blue) = 208+255+77=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 77 (30.47% from 255 or 14.26% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FF4D is #2F00B2. Grayscale: #DDDDDD. Windows color (decimal): -3080371 or 5111760. OLE color: 5111760.

HSL color Cylindrical-coordinate representation of color #D0FF4D: hue angle of 75.84º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0FF4D is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.

Color convert

RGB20825577-
CMYK0.1800.700
HSL75.84º100%65.1%-
HSV(B)75.84º69.8%100%-
XYZ63.1185.4720.19-
YUV220.6646.93118.97-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.52%
GREEN value IS 255 (100% from 255) = 47.22%
BLUE value IS 77 (30.47% from 255) = 14.26%
R=38.52%
G=47.22%
B=14.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal208255770.1800.70075.8410065.1
HexD0FF4D1204604c6441
Octal3203771152201060114144101
Binary1101000011111111100110110010010001100100110011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FF4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FF4D; }

 p { color: rgb(208,255,77); }

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

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

 a { background-color: rgb(208,255,77); }

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

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

 span { border-color: rgb(208,255,77); }

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