#D7F080

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

Shades of Mindaro #D7F080

Tints of Mindaro #D7F080

Color information

#D7F080 (or 0xD7F080) is unknown color: approx Mindaro. HEX triplet: D7, F0 and 80. RGB value is (215,240,128). Sum of RGB (Red+Green+Blue) = 215+240+128=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 240 (94.14% from 255 or 41.17% from 583); Blue value is 128 (50.39% from 255 or 21.96% from 583); Max value from RGB is 240 - color contains mainly: green. Hex color #D7F080 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7F080 is #280F7F. Grayscale: #DCDCDC. Windows color (decimal): -2625408 or 8450263. OLE color: 8450263.

HSL color Cylindrical-coordinate representation of color #D7F080: hue angle of 73.39º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D7F080 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB215240128-
CMYK0.1000.470.06
HSL73.39º78.87%72.16%-
HSV(B)73.39º46.67%94.12%-
XYZ63.0878.3332.22-
YUV219.7676.22124.61-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.88%
GREEN value IS 240 (94.14% from 255) = 41.17%
BLUE value IS 128 (50.39% from 255) = 21.96%
R=36.88%
G=41.17%
B=21.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2152401280.1000.470.0673.3978.8772.16
HexD7F080A02F6494f48
Octal327360200120576111117110
Binary11010111111100001000000010100101111110100100110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F080; }

 p { color: rgb(215,240,128); }

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

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

 a { background-color: rgb(215,240,128); }

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

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

 span { border-color: rgb(215,240,128); }

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