#D7FF50

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

Shades of Mindaro #D7FF50

Tints of Mindaro #D7FF50

Color information

#D7FF50 (or 0xD7FF50) is unknown color: approx Mindaro. HEX triplet: D7, FF and 50. RGB value is (215,255,80). Sum of RGB (Red+Green+Blue) = 215+255+80=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 80 (31.64% from 255 or 14.55% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #D7FF50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7FF50 is #2800AF. Grayscale: #DFDFDF. Windows color (decimal): -2621616 or 5308375. OLE color: 5308375.

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

Color convert

RGB21525580-
CMYK0.1600.690
HSL73.71º100%65.69%-
HSV(B)73.71º68.63%100%-
XYZ65.2386.5520.86-
YUV223.0947.25122.23-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.09%
GREEN value IS 255 (100% from 255) = 46.36%
BLUE value IS 80 (31.64% from 255) = 14.55%
R=39.09%
G=46.36%
B=14.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal215255800.1600.69073.7110065.69
HexD7FF501004504a6442
Octal3273771202001050112144102
Binary1101011111111111101000010000010001010100101011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FF50; }

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

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

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

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

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

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

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

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