Shades of Mindaro #D4F361
Tints of Mindaro #D4F361
RGB
CMYK
RGB Variations
Color information
#D4F361 (or 0xD4F361) is known color: Mindaro. HEX triplet: D4, F3 and 61. RGB value is (212,243,97). Sum of RGB (Red+Green+Blue) = 212+243+97=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 243 (95.31% from 255 or 44.02% from 552); Blue value is 97 (38.28% from 255 or 17.57% from 552); Max value from RGB is 243 - color contains mainly: green. Hex color #D4F361 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F361 is #2B0C9E. Grayscale: #D9D9D9. Windows color (decimal): -2821279 or 6419412. OLE color: 6419412.
HSL color Cylindrical-coordinate representation of color #D4F361: hue angle of 72.74º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D4F361 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 243 | 97 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.05 |
| HSL | 72.74º | 0.86% | 0.67% | - |
| HSV(B) | 72.74º | 0.6% | 0.95% | - |
| XYZ | 61.36 | 78.96 | 23.32 | - |
| YUV | 217.09 | 60.23 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 243 | 97 | 0.13 | 0 | 0.60 | 0.05 | 72.74 | 0.86 | 0.67 |
| Hex | D4 | F3 | 61 | D | 0 | 3C | 5 | 49 | 56 | 43 |
| Octal | 324 | 363 | 141 | 15 | 0 | 74 | 5 | 111 | 126 | 103 |
| Binary | 11010100 | 11110011 | 1100001 | 1101 | 0 | 111100 | 101 | 1001001 | 1010110 | 1000011 |
Color Harmonies of #D4F361
Complementary color
Monochromatic Colors of #D4F361
Black with #D4F361
Text Example
Text Example
White with #D4F361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F361; }
p { color: rgb(212,243,97); }
H1.HeaderClassName
{
color: #D4F361;
}
.AnyTagClassName
{
color: #D4F361;
}
</style>
background-color css
<style>
a { background-color: #D4F361; }
a { background-color: rgb(212,243,97); }
div.DivClassName
{
background-color: #D4F361;
}
.BgClassName
{
background-color: #D4F361;
}
</style>
border-color css
<style>
span { border-color: #D4F361; }
span { border-color: rgb(212,243,97); }
td.TdClassName
{
border-color: #D4F361;
}
.TagClassName
{
border-color: #D4F361;
}
</style>