Shades of Sulu #D1F778
Tints of Sulu #D1F778
RGB
CMYK
RGB Variations
Color information
#D1F778 (or 0xD1F778) is known color: Sulu. HEX triplet: D1, F7 and 78. RGB value is (209,247,120). Sum of RGB (Red+Green+Blue) = 209+247+120=576 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.28% from 576); Green value is 247 (96.88% from 255 or 42.88% from 576); Blue value is 120 (47.27% from 255 or 20.83% from 576); Max value from RGB is 247 - color contains mainly: green. Hex color #D1F778 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F778 is #2E0887. Grayscale: #DDDDDD. Windows color (decimal): -3016840 or 7927761. OLE color: 7927761.
HSL color Cylindrical-coordinate representation of color #D1F778: hue angle of 77.95º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1F778 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 247 | 120 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.03 |
| HSL | 77.95º | 0.89% | 0.72% | - |
| HSV(B) | 77.95º | 0.51% | 0.97% | - |
| XYZ | 62.95 | 81.43 | 30.17 | - |
| YUV | 221.16 | 70.91 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 247 | 120 | 0.15 | 0 | 0.51 | 0.03 | 77.95 | 0.89 | 0.72 |
| Hex | D1 | F7 | 78 | F | 0 | 33 | 3 | 4E | 59 | 48 |
| Octal | 321 | 367 | 170 | 17 | 0 | 63 | 3 | 116 | 131 | 110 |
| Binary | 11010001 | 11110111 | 1111000 | 1111 | 0 | 110011 | 11 | 1001110 | 1011001 | 1001000 |
Color Harmonies of #D1F778
Complementary color
Monochromatic Colors of #D1F778
Black with #D1F778
Text Example
Text Example
White with #D1F778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F778; }
p { color: rgb(209,247,120); }
H1.HeaderClassName
{
color: #D1F778;
}
.AnyTagClassName
{
color: #D1F778;
}
</style>
background-color css
<style>
a { background-color: #D1F778; }
a { background-color: rgb(209,247,120); }
div.DivClassName
{
background-color: #D1F778;
}
.BgClassName
{
background-color: #D1F778;
}
</style>
border-color css
<style>
span { border-color: #D1F778; }
span { border-color: rgb(209,247,120); }
td.TdClassName
{
border-color: #D1F778;
}
.TagClassName
{
border-color: #D1F778;
}
</style>