Shades of Mindaro #D1F35A
Tints of Mindaro #D1F35A
RGB
CMYK
RGB Variations
Color information
#D1F35A (or 0xD1F35A) is known color: Mindaro. HEX triplet: D1, F3 and 5A. RGB value is (209,243,90). Sum of RGB (Red+Green+Blue) = 209+243+90=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 243 (95.31% from 255 or 44.83% from 542); Blue value is 90 (35.55% from 255 or 16.61% from 542); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F35A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F35A is #2E0CA5. Grayscale: #D7D7D7. Windows color (decimal): -3017894 or 5960657. OLE color: 5960657.
HSL color Cylindrical-coordinate representation of color #D1F35A: hue angle of 73.33º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D1F35A is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 243 | 90 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.05 |
| HSL | 73.33º | 0.86% | 0.65% | - |
| HSV(B) | 73.33º | 0.63% | 0.95% | - |
| XYZ | 60.19 | 78.39 | 21.63 | - |
| YUV | 215.39 | 57.24 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 243 | 90 | 0.14 | 0 | 0.63 | 0.05 | 73.33 | 0.86 | 0.65 |
| Hex | D1 | F3 | 5A | E | 0 | 3F | 5 | 49 | 56 | 41 |
| Octal | 321 | 363 | 132 | 16 | 0 | 77 | 5 | 111 | 126 | 101 |
| Binary | 11010001 | 11110011 | 1011010 | 1110 | 0 | 111111 | 101 | 1001001 | 1010110 | 1000001 |
Color Harmonies of #D1F35A
Complementary color
Monochromatic Colors of #D1F35A
Black with #D1F35A
Text Example
Text Example
White with #D1F35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F35A; }
p { color: rgb(209,243,90); }
H1.HeaderClassName
{
color: #D1F35A;
}
.AnyTagClassName
{
color: #D1F35A;
}
</style>
background-color css
<style>
a { background-color: #D1F35A; }
a { background-color: rgb(209,243,90); }
div.DivClassName
{
background-color: #D1F35A;
}
.BgClassName
{
background-color: #D1F35A;
}
</style>
border-color css
<style>
span { border-color: #D1F35A; }
span { border-color: rgb(209,243,90); }
td.TdClassName
{
border-color: #D1F35A;
}
.TagClassName
{
border-color: #D1F35A;
}
</style>