#D6E480

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

Shades of Mindaro #D6E480

Tints of Mindaro #D6E480

Color information

#D6E480 (or 0xD6E480) is unknown color: approx Mindaro. HEX triplet: D6, E4 and 80. RGB value is (214,228,128). Sum of RGB (Red+Green+Blue) = 214+228+128=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 228 (89.45% from 255 or 40% from 570); Blue value is 128 (50.39% from 255 or 22.46% from 570); Max value from RGB is 228 - color contains mainly: green. Hex color #D6E480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E480 is #291B7F. Grayscale: #D4D4D4. Windows color (decimal): -2694016 or 8447190. OLE color: 8447190.

HSL color Cylindrical-coordinate representation of color #D6E480: hue angle of 68.4º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6E480 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB214228128-
CMYK0.0600.440.11
HSL68.4º64.94%69.8%-
HSV(B)68.4º43.86%89.41%-
XYZ59.3771.3431.06-
YUV212.4180.36129.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.54%
GREEN value IS 228 (89.45% from 255) = 40%
BLUE value IS 128 (50.39% from 255) = 22.46%
R=37.54%
G=40%
B=22.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2142281280.0600.440.1168.464.9469.8
HexD6E480602CB444146
Octal326344200605413104101106
Binary11010110111001001000000011001011001011100010010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E480; }

 p { color: rgb(214,228,128); }

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

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

 a { background-color: rgb(214,228,128); }

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

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

 span { border-color: rgb(214,228,128); }

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