#D0FF50

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

Shades of Mindaro #D0FF50

Tints of Mindaro #D0FF50

Color information

#D0FF50 (or 0xD0FF50) is unknown color: approx Mindaro. HEX triplet: D0, FF and 50. RGB value is (208,255,80). Sum of RGB (Red+Green+Blue) = 208+255+80=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 80 (31.64% from 255 or 14.73% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FF50 is #2F00AF. Grayscale: #DDDDDD. Windows color (decimal): -3080368 or 5308368. OLE color: 5308368.

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

Color convert

RGB20825580-
CMYK0.1800.690
HSL76.11º100%65.69%-
HSV(B)76.11º68.63%100%-
XYZ63.2285.5120.76-
YUV22148.43118.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.31%
GREEN value IS 255 (100% from 255) = 46.96%
BLUE value IS 80 (31.64% from 255) = 14.73%
R=38.31%
G=46.96%
B=14.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal208255800.1800.69076.1110065.69
HexD0FF501204504c6442
Octal3203771202201050114144102
Binary1101000011111111101000010010010001010100110011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FF50; }

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

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

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

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

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

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

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

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