#D9F082

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

Shades of Mindaro #D9F082

Tints of Mindaro #D9F082

Color information

#D9F082 (or 0xD9F082) is unknown color: approx Mindaro. HEX triplet: D9, F0 and 82. RGB value is (217,240,130). Sum of RGB (Red+Green+Blue) = 217+240+130=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 130 (51.17% from 255 or 22.15% from 587); Max value from RGB is 240 - color contains mainly: green. Hex color #D9F082 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F082 is #260F7D. Grayscale: #DDDDDD. Windows color (decimal): -2494334 or 8581337. OLE color: 8581337.

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

Color convert

RGB217240130-
CMYK0.1000.460.06
HSL72.55º78.57%72.55%-
HSV(B)72.55º45.83%94.12%-
XYZ63.878.6832.94-
YUV220.5876.88125.44-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.97%
GREEN value IS 240 (94.14% from 255) = 40.89%
BLUE value IS 130 (51.17% from 255) = 22.15%
R=36.97%
G=40.89%
B=22.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2172401300.1000.460.0672.5578.5772.55
HexD9F082A02E6494f49
Octal331360202120566111117111
Binary11011001111100001000001010100101110110100100110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F082; }

 p { color: rgb(217,240,130); }

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

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

 a { background-color: rgb(217,240,130); }

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

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

 span { border-color: rgb(217,240,130); }

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