#D5FF50

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

Shades of Mindaro #D5FF50

Tints of Mindaro #D5FF50

Color information

#D5FF50 (or 0xD5FF50) is unknown color: approx Mindaro. HEX triplet: D5, FF and 50. RGB value is (213,255,80). Sum of RGB (Red+Green+Blue) = 213+255+80=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 80 (31.64% from 255 or 14.60% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FF50 is #2A00AF. Grayscale: #DFDFDF. Windows color (decimal): -2752688 or 5308373. OLE color: 5308373.

HSL color Cylindrical-coordinate representation of color #D5FF50: hue angle of 74.4º 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 #D5FF50 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB21325580-
CMYK0.1600.690
HSL74.4º100%65.69%-
HSV(B)74.4º68.63%100%-
XYZ64.6586.2520.83-
YUV222.4947.59121.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.87%
GREEN value IS 255 (100% from 255) = 46.53%
BLUE value IS 80 (31.64% from 255) = 14.60%
R=38.87%
G=46.53%
B=14.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal213255800.1600.69074.410065.69
HexD5FF501004504a6442
Octal3253771202001050112144102
Binary1101010111111111101000010000010001010100101011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FF50; }

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

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

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

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

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

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

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

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