#D6FF60

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

Shades of Mindaro #D6FF60

Tints of Mindaro #D6FF60

Color information

#D6FF60 (or 0xD6FF60) is unknown color: approx Mindaro. HEX triplet: D6, FF and 60. RGB value is (214,255,96). Sum of RGB (Red+Green+Blue) = 214+255+96=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 96 (37.89% from 255 or 16.99% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FF60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FF60 is #29009F. Grayscale: #E1E1E1. Windows color (decimal): -2687136 or 6356950. OLE color: 6356950.

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

Color convert

RGB21425596-
CMYK0.1600.620
HSL75.47º100%68.82%-
HSV(B)75.47º62.35%100%-
XYZ65.686.6624.34-
YUV224.6155.42120.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.88%
GREEN value IS 255 (100% from 255) = 45.13%
BLUE value IS 96 (37.89% from 255) = 16.99%
R=37.88%
G=45.13%
B=16.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal214255960.1600.62075.4710068.82
HexD6FF601003E04b6445
Octal326377140200760113144105
Binary110101101111111111000001000001111100100101111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FF60; }

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

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

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

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

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

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

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

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