Shades of Mindaro #D0FF69
Tints of Mindaro #D0FF69
RGB
CMYK
RGB Variations
Color information
#D0FF69 (or 0xD0FF69) is known color: Mindaro. HEX triplet: D0, FF and 69. RGB value is (208,255,105). Sum of RGB (Red+Green+Blue) = 208+255+105=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 255 (100% from 255 or 44.89% from 568); Blue value is 105 (41.41% from 255 or 18.49% from 568); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FF69 is #2F0096. Grayscale: #E0E0E0. Windows color (decimal): -3080343 or 6946768. OLE color: 6946768.
HSL color Cylindrical-coordinate representation of color #D0FF69: hue angle of 78.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D0FF69 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 105 | - |
| CMYK | 0.18 | 0 | 0.59 | 0 |
| HSL | 78.8º | 1% | 0.71% | - |
| HSV(B) | 78.8º | 0.59% | 1% | - |
| XYZ | 64.32 | 85.95 | 26.56 | - |
| YUV | 223.85 | 60.93 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 105 | 0.18 | 0 | 0.59 | 0 | 78.8 | 1 | 0.71 |
| Hex | D0 | FF | 69 | 12 | 0 | 3B | 0 | 4F | 64 | 47 |
| Octal | 320 | 377 | 151 | 22 | 0 | 73 | 0 | 117 | 144 | 107 |
| Binary | 11010000 | 11111111 | 1101001 | 10010 | 0 | 111011 | 0 | 1001111 | 1100100 | 1000111 |
Color Harmonies of #D0FF69
Complementary color
Monochromatic Colors of #D0FF69
Black with #D0FF69
Text Example
Text Example
White with #D0FF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FF69; }
p { color: rgb(208,255,105); }
H1.HeaderClassName
{
color: #D0FF69;
}
.AnyTagClassName
{
color: #D0FF69;
}
</style>
background-color css
<style>
a { background-color: #D0FF69; }
a { background-color: rgb(208,255,105); }
div.DivClassName
{
background-color: #D0FF69;
}
.BgClassName
{
background-color: #D0FF69;
}
</style>
border-color css
<style>
span { border-color: #D0FF69; }
span { border-color: rgb(208,255,105); }
td.TdClassName
{
border-color: #D0FF69;
}
.TagClassName
{
border-color: #D0FF69;
}
</style>