Shades of Sulu #D1FC77
Tints of Sulu #D1FC77
RGB
CMYK
RGB Variations
Color information
#D1FC77 (or 0xD1FC77) is known color: Sulu. HEX triplet: D1, FC and 77. RGB value is (209,252,119). Sum of RGB (Red+Green+Blue) = 209+252+119=580 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.03% from 580); Green value is 252 (98.83% from 255 or 43.45% from 580); Blue value is 119 (46.88% from 255 or 20.52% from 580); Max value from RGB is 252 - color contains mainly: green. Hex color #D1FC77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FC77 is #2E0388. Grayscale: #E0E0E0. Windows color (decimal): -3015561 or 7863505. OLE color: 7863505.
HSL color Cylindrical-coordinate representation of color #D1FC77: hue angle of 79.4º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1FC77 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 252 | 119 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.01 |
| HSL | 79.4º | 0.96% | 0.73% | - |
| HSV(B) | 79.4º | 0.53% | 0.99% | - |
| XYZ | 64.43 | 84.51 | 30.37 | - |
| YUV | 223.98 | 68.75 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 252 | 119 | 0.17 | 0 | 0.53 | 0.01 | 79.4 | 0.96 | 0.73 |
| Hex | D1 | FC | 77 | 11 | 0 | 35 | 1 | 4F | 60 | 49 |
| Octal | 321 | 374 | 167 | 21 | 0 | 65 | 1 | 117 | 140 | 111 |
| Binary | 11010001 | 11111100 | 1110111 | 10001 | 0 | 110101 | 1 | 1001111 | 1100000 | 1001001 |
Color Harmonies of #D1FC77
Complementary color
Monochromatic Colors of #D1FC77
Black with #D1FC77
Text Example
Text Example
White with #D1FC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FC77; }
p { color: rgb(209,252,119); }
H1.HeaderClassName
{
color: #D1FC77;
}
.AnyTagClassName
{
color: #D1FC77;
}
</style>
background-color css
<style>
a { background-color: #D1FC77; }
a { background-color: rgb(209,252,119); }
div.DivClassName
{
background-color: #D1FC77;
}
.BgClassName
{
background-color: #D1FC77;
}
</style>
border-color css
<style>
span { border-color: #D1FC77; }
span { border-color: rgb(209,252,119); }
td.TdClassName
{
border-color: #D1FC77;
}
.TagClassName
{
border-color: #D1FC77;
}
</style>