Shades of Sulu #D1FA75
Tints of Sulu #D1FA75
RGB
CMYK
RGB Variations
Color information
#D1FA75 (or 0xD1FA75) is known color: Sulu. HEX triplet: D1, FA and 75. RGB value is (209,250,117). Sum of RGB (Red+Green+Blue) = 209+250+117=576 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.28% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 117 (46.09% from 255 or 20.31% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FA75 is #2E058A. Grayscale: #DFDFDF. Windows color (decimal): -3016075 or 7731921. OLE color: 7731921.
HSL color Cylindrical-coordinate representation of color #D1FA75: hue angle of 78.5º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1FA75 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 117 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.02 |
| HSL | 78.5º | 0.93% | 0.72% | - |
| HSV(B) | 78.5º | 0.53% | 0.98% | - |
| XYZ | 63.69 | 83.21 | 29.53 | - |
| YUV | 222.58 | 68.42 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 117 | 0.16 | 0 | 0.53 | 0.02 | 78.5 | 0.93 | 0.72 |
| Hex | D1 | FA | 75 | 10 | 0 | 35 | 2 | 4E | 5D | 48 |
| Octal | 321 | 372 | 165 | 20 | 0 | 65 | 2 | 116 | 135 | 110 |
| Binary | 11010001 | 11111010 | 1110101 | 10000 | 0 | 110101 | 10 | 1001110 | 1011101 | 1001000 |
Color Harmonies of #D1FA75
Complementary color
Monochromatic Colors of #D1FA75
Black with #D1FA75
Text Example
Text Example
White with #D1FA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FA75; }
p { color: rgb(209,250,117); }
H1.HeaderClassName
{
color: #D1FA75;
}
.AnyTagClassName
{
color: #D1FA75;
}
</style>
background-color css
<style>
a { background-color: #D1FA75; }
a { background-color: rgb(209,250,117); }
div.DivClassName
{
background-color: #D1FA75;
}
.BgClassName
{
background-color: #D1FA75;
}
</style>
border-color css
<style>
span { border-color: #D1FA75; }
span { border-color: rgb(209,250,117); }
td.TdClassName
{
border-color: #D1FA75;
}
.TagClassName
{
border-color: #D1FA75;
}
</style>