Shades of Sulu #D1F977
Tints of Sulu #D1F977
RGB
CMYK
RGB Variations
Color information
#D1F977 (or 0xD1F977) is known color: Sulu. HEX triplet: D1, F9 and 77. RGB value is (209,249,119). Sum of RGB (Red+Green+Blue) = 209+249+119=577 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.22% from 577); Green value is 249 (97.66% from 255 or 43.15% from 577); Blue value is 119 (46.88% from 255 or 20.62% from 577); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F977 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F977 is #2E0688. Grayscale: #DEDEDE. Windows color (decimal): -3016329 or 7862737. OLE color: 7862737.
HSL color Cylindrical-coordinate representation of color #D1F977: hue angle of 78.46º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D1F977 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 249 | 119 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.02 |
| HSL | 78.46º | 0.92% | 0.72% | - |
| HSV(B) | 78.46º | 0.52% | 0.98% | - |
| XYZ | 63.5 | 82.64 | 30.06 | - |
| YUV | 222.22 | 69.75 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 249 | 119 | 0.16 | 0 | 0.52 | 0.02 | 78.46 | 0.92 | 0.72 |
| Hex | D1 | F9 | 77 | 10 | 0 | 34 | 2 | 4E | 5C | 48 |
| Octal | 321 | 371 | 167 | 20 | 0 | 64 | 2 | 116 | 134 | 110 |
| Binary | 11010001 | 11111001 | 1110111 | 10000 | 0 | 110100 | 10 | 1001110 | 1011100 | 1001000 |
Color Harmonies of #D1F977
Complementary color
Monochromatic Colors of #D1F977
Black with #D1F977
Text Example
Text Example
White with #D1F977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F977; }
p { color: rgb(209,249,119); }
H1.HeaderClassName
{
color: #D1F977;
}
.AnyTagClassName
{
color: #D1F977;
}
</style>
background-color css
<style>
a { background-color: #D1F977; }
a { background-color: rgb(209,249,119); }
div.DivClassName
{
background-color: #D1F977;
}
.BgClassName
{
background-color: #D1F977;
}
</style>
border-color css
<style>
span { border-color: #D1F977; }
span { border-color: rgb(209,249,119); }
td.TdClassName
{
border-color: #D1F977;
}
.TagClassName
{
border-color: #D1F977;
}
</style>