Shades of Mindaro #D3F378
Tints of Mindaro #D3F378
RGB
CMYK
RGB Variations
Color information
#D3F378 (or 0xD3F378) is known color: Mindaro. HEX triplet: D3, F3 and 78. RGB value is (211,243,120). Sum of RGB (Red+Green+Blue) = 211+243+120=574 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.76% from 574); Green value is 243 (95.31% from 255 or 42.33% from 574); Blue value is 120 (47.27% from 255 or 20.91% from 574); Max value from RGB is 243 - color contains mainly: green. Hex color #D3F378 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F378 is #2C0C87. Grayscale: #DBDBDB. Windows color (decimal): -2886792 or 7926739. OLE color: 7926739.
HSL color Cylindrical-coordinate representation of color #D3F378: hue angle of 75.61º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D3F378 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 243 | 120 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.05 |
| HSL | 75.61º | 0.84% | 0.71% | - |
| HSV(B) | 75.61º | 0.51% | 0.95% | - |
| XYZ | 62.3 | 79.31 | 29.79 | - |
| YUV | 219.41 | 71.9 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 243 | 120 | 0.13 | 0 | 0.51 | 0.05 | 75.61 | 0.84 | 0.71 |
| Hex | D3 | F3 | 78 | D | 0 | 33 | 5 | 4C | 54 | 47 |
| Octal | 323 | 363 | 170 | 15 | 0 | 63 | 5 | 114 | 124 | 107 |
| Binary | 11010011 | 11110011 | 1111000 | 1101 | 0 | 110011 | 101 | 1001100 | 1010100 | 1000111 |
Color Harmonies of #D3F378
Complementary color
Monochromatic Colors of #D3F378
Black with #D3F378
Text Example
Text Example
White with #D3F378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F378; }
p { color: rgb(211,243,120); }
H1.HeaderClassName
{
color: #D3F378;
}
.AnyTagClassName
{
color: #D3F378;
}
</style>
background-color css
<style>
a { background-color: #D3F378; }
a { background-color: rgb(211,243,120); }
div.DivClassName
{
background-color: #D3F378;
}
.BgClassName
{
background-color: #D3F378;
}
</style>
border-color css
<style>
span { border-color: #D3F378; }
span { border-color: rgb(211,243,120); }
td.TdClassName
{
border-color: #D3F378;
}
.TagClassName
{
border-color: #D3F378;
}
</style>