Shades of Mindaro #D0FE69
Tints of Mindaro #D0FE69
RGB
CMYK
RGB Variations
Color information
#D0FE69 (or 0xD0FE69) is known color: Mindaro. HEX triplet: D0, FE and 69. RGB value is (208,254,105). Sum of RGB (Red+Green+Blue) = 208+254+105=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 105 (41.41% from 255 or 18.52% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FE69 is #2F0196. Grayscale: #DFDFDF. Windows color (decimal): -3080599 or 6946512. OLE color: 6946512.
HSL color Cylindrical-coordinate representation of color #D0FE69: hue angle of 78.52º 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 #D0FE69 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 105 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.00 |
| HSL | 78.52º | 0.99% | 0.7% | - |
| HSV(B) | 78.52º | 0.59% | 1% | - |
| XYZ | 64 | 85.31 | 26.46 | - |
| YUV | 223.26 | 61.26 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 105 | 0.18 | 0 | 0.59 | 0.00 | 78.52 | 0.99 | 0.7 |
| Hex | D0 | FE | 69 | 12 | 0 | 3B | 0 | 4F | 63 | 46 |
| Octal | 320 | 376 | 151 | 22 | 0 | 73 | 0 | 117 | 143 | 106 |
| Binary | 11010000 | 11111110 | 1101001 | 10010 | 0 | 111011 | 0 | 1001111 | 1100011 | 1000110 |
Color Harmonies of #D0FE69
Complementary color
Monochromatic Colors of #D0FE69
Black with #D0FE69
Text Example
Text Example
White with #D0FE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE69; }
p { color: rgb(208,254,105); }
H1.HeaderClassName
{
color: #D0FE69;
}
.AnyTagClassName
{
color: #D0FE69;
}
</style>
background-color css
<style>
a { background-color: #D0FE69; }
a { background-color: rgb(208,254,105); }
div.DivClassName
{
background-color: #D0FE69;
}
.BgClassName
{
background-color: #D0FE69;
}
</style>
border-color css
<style>
span { border-color: #D0FE69; }
span { border-color: rgb(208,254,105); }
td.TdClassName
{
border-color: #D0FE69;
}
.TagClassName
{
border-color: #D0FE69;
}
</style>