#D8F180

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

Shades of Mindaro #D8F180

Tints of Mindaro #D8F180

Color information

#D8F180 (or 0xD8F180) is unknown color: approx Mindaro. HEX triplet: D8, F1 and 80. RGB value is (216,241,128). Sum of RGB (Red+Green+Blue) = 216+241+128=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 128 (50.39% from 255 or 21.88% from 585); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F180 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F180 is #270E7F. Grayscale: #DDDDDD. Windows color (decimal): -2559616 or 8450520. OLE color: 8450520.

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

Color convert

RGB216241128-
CMYK0.1000.470.05
HSL73.27º80.14%72.35%-
HSV(B)73.27º46.89%94.51%-
XYZ63.6779.0732.33-
YUV220.6475.72124.69-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.92%
GREEN value IS 241 (94.53% from 255) = 41.20%
BLUE value IS 128 (50.39% from 255) = 21.88%
R=36.92%
G=41.20%
B=21.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2162411280.1000.470.0573.2780.1472.35
HexD8F180A02F5495048
Octal330361200120575111120110
Binary11011000111100011000000010100101111101100100110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F180; }

 p { color: rgb(216,241,128); }

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

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

 a { background-color: rgb(216,241,128); }

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

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

 span { border-color: rgb(216,241,128); }

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