Shades of Mindaro #D0FE67
Tints of Mindaro #D0FE67
RGB
CMYK
RGB Variations
Color information
#D0FE67 (or 0xD0FE67) is known color: Mindaro. HEX triplet: D0, FE and 67. RGB value is (208,254,103). Sum of RGB (Red+Green+Blue) = 208+254+103=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 103 (40.62% from 255 or 18.23% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FE67 is #2F0198. Grayscale: #DFDFDF. Windows color (decimal): -3080601 or 6815440. OLE color: 6815440.
HSL color Cylindrical-coordinate representation of color #D0FE67: hue angle of 78.28º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D0FE67 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 103 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.00 |
| HSL | 78.28º | 0.99% | 0.7% | - |
| HSV(B) | 78.28º | 0.59% | 1% | - |
| XYZ | 63.9 | 85.27 | 25.92 | - |
| YUV | 223.03 | 60.26 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 103 | 0.18 | 0 | 0.59 | 0.00 | 78.28 | 0.99 | 0.7 |
| Hex | D0 | FE | 67 | 12 | 0 | 3B | 0 | 4E | 63 | 46 |
| Octal | 320 | 376 | 147 | 22 | 0 | 73 | 0 | 116 | 143 | 106 |
| Binary | 11010000 | 11111110 | 1100111 | 10010 | 0 | 111011 | 0 | 1001110 | 1100011 | 1000110 |
Color Harmonies of #D0FE67
Complementary color
Monochromatic Colors of #D0FE67
Black with #D0FE67
Text Example
Text Example
White with #D0FE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE67; }
p { color: rgb(208,254,103); }
H1.HeaderClassName
{
color: #D0FE67;
}
.AnyTagClassName
{
color: #D0FE67;
}
</style>
background-color css
<style>
a { background-color: #D0FE67; }
a { background-color: rgb(208,254,103); }
div.DivClassName
{
background-color: #D0FE67;
}
.BgClassName
{
background-color: #D0FE67;
}
</style>
border-color css
<style>
span { border-color: #D0FE67; }
span { border-color: rgb(208,254,103); }
td.TdClassName
{
border-color: #D0FE67;
}
.TagClassName
{
border-color: #D0FE67;
}
</style>