#D6FF50

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

Shades of Mindaro #D6FF50

Tints of Mindaro #D6FF50

Color information

#D6FF50 (or 0xD6FF50) is unknown color: approx Mindaro. HEX triplet: D6, FF and 50. RGB value is (214,255,80). Sum of RGB (Red+Green+Blue) = 214+255+80=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 80 (31.64% from 255 or 14.57% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FF50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FF50 is #2900AF. Grayscale: #DFDFDF. Windows color (decimal): -2687152 or 5308374. OLE color: 5308374.

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

Color convert

RGB21425580-
CMYK0.1600.690
HSL74.06º100%65.69%-
HSV(B)74.06º68.63%100%-
XYZ64.9486.420.84-
YUV222.7947.42121.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.98%
GREEN value IS 255 (100% from 255) = 46.45%
BLUE value IS 80 (31.64% from 255) = 14.57%
R=38.98%
G=46.45%
B=14.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal214255800.1600.69074.0610065.69
HexD6FF501004504a6442
Octal3263771202001050112144102
Binary1101011011111111101000010000010001010100101011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FF50; }

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

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

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

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

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

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

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

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