Shades of Mindaro #D5FB5A
Tints of Mindaro #D5FB5A
RGB
CMYK
RGB Variations
Color information
#D5FB5A (or 0xD5FB5A) is known color: Mindaro. HEX triplet: D5, FB and 5A. RGB value is (213,251,90). Sum of RGB (Red+Green+Blue) = 213+251+90=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 251 (98.44% from 255 or 45.31% from 554); Blue value is 90 (35.55% from 255 or 16.25% from 554); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FB5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FB5A is #2A04A5. Grayscale: #DDDDDD. Windows color (decimal): -2753702 or 5962709. OLE color: 5962709.
HSL color Cylindrical-coordinate representation of color #D5FB5A: hue angle of 74.16º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D5FB5A is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 251 | 90 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.02 |
| HSL | 74.16º | 0.95% | 0.67% | - |
| HSV(B) | 74.16º | 0.64% | 0.98% | - |
| XYZ | 63.78 | 83.88 | 22.5 | - |
| YUV | 221.28 | 53.91 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 251 | 90 | 0.15 | 0 | 0.64 | 0.02 | 74.16 | 0.95 | 0.67 |
| Hex | D5 | FB | 5A | F | 0 | 40 | 2 | 4A | 5F | 43 |
| Octal | 325 | 373 | 132 | 17 | 0 | 100 | 2 | 112 | 137 | 103 |
| Binary | 11010101 | 11111011 | 1011010 | 1111 | 0 | 1000000 | 10 | 1001010 | 1011111 | 1000011 |
Color Harmonies of #D5FB5A
Complementary color
Monochromatic Colors of #D5FB5A
Black with #D5FB5A
Text Example
Text Example
White with #D5FB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FB5A; }
p { color: rgb(213,251,90); }
H1.HeaderClassName
{
color: #D5FB5A;
}
.AnyTagClassName
{
color: #D5FB5A;
}
</style>
background-color css
<style>
a { background-color: #D5FB5A; }
a { background-color: rgb(213,251,90); }
div.DivClassName
{
background-color: #D5FB5A;
}
.BgClassName
{
background-color: #D5FB5A;
}
</style>
border-color css
<style>
span { border-color: #D5FB5A; }
span { border-color: rgb(213,251,90); }
td.TdClassName
{
border-color: #D5FB5A;
}
.TagClassName
{
border-color: #D5FB5A;
}
</style>