Shades of Mindaro #D7FB5A
Tints of Mindaro #D7FB5A
RGB
CMYK
RGB Variations
Color information
#D7FB5A (or 0xD7FB5A) is known color: Mindaro. HEX triplet: D7, FB and 5A. RGB value is (215,251,90). Sum of RGB (Red+Green+Blue) = 215+251+90=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 251 (98.44% from 255 or 45.14% from 556); Blue value is 90 (35.55% from 255 or 16.19% from 556); Max value from RGB is 251 - color contains mainly: green. Hex color #D7FB5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7FB5A is #2804A5. Grayscale: #DEDEDE. Windows color (decimal): -2622630 or 5962711. OLE color: 5962711.
HSL color Cylindrical-coordinate representation of color #D7FB5A: hue angle of 73.42º 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 #D7FB5A is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 251 | 90 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.02 |
| HSL | 73.42º | 0.95% | 0.67% | - |
| HSV(B) | 73.42º | 0.64% | 0.98% | - |
| XYZ | 64.37 | 84.18 | 22.53 | - |
| YUV | 221.88 | 53.57 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 251 | 90 | 0.14 | 0 | 0.64 | 0.02 | 73.42 | 0.95 | 0.67 |
| Hex | D7 | FB | 5A | E | 0 | 40 | 2 | 49 | 5F | 43 |
| Octal | 327 | 373 | 132 | 16 | 0 | 100 | 2 | 111 | 137 | 103 |
| Binary | 11010111 | 11111011 | 1011010 | 1110 | 0 | 1000000 | 10 | 1001001 | 1011111 | 1000011 |
Color Harmonies of #D7FB5A
Complementary color
Monochromatic Colors of #D7FB5A
Black with #D7FB5A
Text Example
Text Example
White with #D7FB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FB5A; }
p { color: rgb(215,251,90); }
H1.HeaderClassName
{
color: #D7FB5A;
}
.AnyTagClassName
{
color: #D7FB5A;
}
</style>
background-color css
<style>
a { background-color: #D7FB5A; }
a { background-color: rgb(215,251,90); }
div.DivClassName
{
background-color: #D7FB5A;
}
.BgClassName
{
background-color: #D7FB5A;
}
</style>
border-color css
<style>
span { border-color: #D7FB5A; }
span { border-color: rgb(215,251,90); }
td.TdClassName
{
border-color: #D7FB5A;
}
.TagClassName
{
border-color: #D7FB5A;
}
</style>