#D9F282

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

Shades of Mindaro #D9F282

Tints of Mindaro #D9F282

Color information

#D9F282 (or 0xD9F282) is unknown color: approx Mindaro. HEX triplet: D9, F2 and 82. RGB value is (217,242,130). Sum of RGB (Red+Green+Blue) = 217+242+130=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 130 (51.17% from 255 or 22.07% from 589); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F282 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F282 is #260D7D. Grayscale: #DEDEDE. Windows color (decimal): -2493822 or 8581849. OLE color: 8581849.

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

Color convert

RGB217242130-
CMYK0.1000.460.05
HSL73.39º81.16%72.94%-
HSV(B)73.39º46.28%94.9%-
XYZ64.479.8733.14-
YUV221.7676.22124.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.84%
GREEN value IS 242 (94.92% from 255) = 41.09%
BLUE value IS 130 (51.17% from 255) = 22.07%
R=36.84%
G=41.09%
B=22.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2172421300.1000.460.0573.3981.1672.94
HexD9F282A02E5495149
Octal331362202120565111121111
Binary11011001111100101000001010100101110101100100110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F282; }

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

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

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

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

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

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

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

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