Shades of Mindaro #D5FB5D
Tints of Mindaro #D5FB5D
RGB
CMYK
RGB Variations
Color information
#D5FB5D (or 0xD5FB5D) is known color: Mindaro. HEX triplet: D5, FB and 5D. RGB value is (213,251,93). Sum of RGB (Red+Green+Blue) = 213+251+93=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 251 (98.44% from 255 or 45.06% from 557); Blue value is 93 (36.72% from 255 or 16.70% from 557); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FB5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FB5D is #2A04A2. Grayscale: #DEDEDE. Windows color (decimal): -2753699 or 6159317. OLE color: 6159317.
HSL color Cylindrical-coordinate representation of color #D5FB5D: hue angle of 74.43º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5FB5D is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 251 | 93 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.02 |
| HSL | 74.43º | 0.95% | 0.67% | - |
| HSV(B) | 74.43º | 0.63% | 0.98% | - |
| XYZ | 63.91 | 83.93 | 23.19 | - |
| YUV | 221.63 | 55.41 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 251 | 93 | 0.15 | 0 | 0.63 | 0.02 | 74.43 | 0.95 | 0.67 |
| Hex | D5 | FB | 5D | F | 0 | 3F | 2 | 4A | 5F | 43 |
| Octal | 325 | 373 | 135 | 17 | 0 | 77 | 2 | 112 | 137 | 103 |
| Binary | 11010101 | 11111011 | 1011101 | 1111 | 0 | 111111 | 10 | 1001010 | 1011111 | 1000011 |
Color Harmonies of #D5FB5D
Complementary color
Monochromatic Colors of #D5FB5D
Black with #D5FB5D
Text Example
Text Example
White with #D5FB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FB5D; }
p { color: rgb(213,251,93); }
H1.HeaderClassName
{
color: #D5FB5D;
}
.AnyTagClassName
{
color: #D5FB5D;
}
</style>
background-color css
<style>
a { background-color: #D5FB5D; }
a { background-color: rgb(213,251,93); }
div.DivClassName
{
background-color: #D5FB5D;
}
.BgClassName
{
background-color: #D5FB5D;
}
</style>
border-color css
<style>
span { border-color: #D5FB5D; }
span { border-color: rgb(213,251,93); }
td.TdClassName
{
border-color: #D5FB5D;
}
.TagClassName
{
border-color: #D5FB5D;
}
</style>