Shades of Mindaro #D5FA69
Tints of Mindaro #D5FA69
RGB
CMYK
RGB Variations
Color information
#D5FA69 (or 0xD5FA69) is known color: Mindaro. HEX triplet: D5, FA and 69. RGB value is (213,250,105). Sum of RGB (Red+Green+Blue) = 213+250+105=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 105 (41.41% from 255 or 18.49% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FA69 is #2A0596. Grayscale: #DEDEDE. Windows color (decimal): -2753943 or 6945493. OLE color: 6945493.
HSL color Cylindrical-coordinate representation of color #D5FA69: hue angle of 75.31º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D5FA69 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 250 | 105 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.02 |
| HSL | 75.31º | 0.94% | 0.7% | - |
| HSV(B) | 75.31º | 0.58% | 0.98% | - |
| XYZ | 64.18 | 83.54 | 26.11 | - |
| YUV | 222.41 | 61.74 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 250 | 105 | 0.15 | 0 | 0.58 | 0.02 | 75.31 | 0.94 | 0.7 |
| Hex | D5 | FA | 69 | F | 0 | 3A | 2 | 4B | 5E | 46 |
| Octal | 325 | 372 | 151 | 17 | 0 | 72 | 2 | 113 | 136 | 106 |
| Binary | 11010101 | 11111010 | 1101001 | 1111 | 0 | 111010 | 10 | 1001011 | 1011110 | 1000110 |
Color Harmonies of #D5FA69
Complementary color
Monochromatic Colors of #D5FA69
Black with #D5FA69
Text Example
Text Example
White with #D5FA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FA69; }
p { color: rgb(213,250,105); }
H1.HeaderClassName
{
color: #D5FA69;
}
.AnyTagClassName
{
color: #D5FA69;
}
</style>
background-color css
<style>
a { background-color: #D5FA69; }
a { background-color: rgb(213,250,105); }
div.DivClassName
{
background-color: #D5FA69;
}
.BgClassName
{
background-color: #D5FA69;
}
</style>
border-color css
<style>
span { border-color: #D5FA69; }
span { border-color: rgb(213,250,105); }
td.TdClassName
{
border-color: #D5FA69;
}
.TagClassName
{
border-color: #D5FA69;
}
</style>