Shades of Sulu #D1FD77
Tints of Sulu #D1FD77
RGB
CMYK
RGB Variations
Color information
#D1FD77 (or 0xD1FD77) is known color: Sulu. HEX triplet: D1, FD and 77. RGB value is (209,253,119). Sum of RGB (Red+Green+Blue) = 209+253+119=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 253 (99.22% from 255 or 43.55% from 581); Blue value is 119 (46.88% from 255 or 20.48% from 581); Max value from RGB is 253 - color contains mainly: green. Hex color #D1FD77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FD77 is #2E0288. Grayscale: #E1E1E1. Windows color (decimal): -3015305 or 7863761. OLE color: 7863761.
HSL color Cylindrical-coordinate representation of color #D1FD77: hue angle of 79.7º degrees, saturation: 0.97, 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 #D1FD77 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 253 | 119 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.01 |
| HSL | 79.7º | 0.97% | 0.73% | - |
| HSV(B) | 79.7º | 0.53% | 0.99% | - |
| XYZ | 64.75 | 85.14 | 30.47 | - |
| YUV | 224.57 | 68.42 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 253 | 119 | 0.17 | 0 | 0.53 | 0.01 | 79.7 | 0.97 | 0.73 |
| Hex | D1 | FD | 77 | 11 | 0 | 35 | 1 | 50 | 61 | 49 |
| Octal | 321 | 375 | 167 | 21 | 0 | 65 | 1 | 120 | 141 | 111 |
| Binary | 11010001 | 11111101 | 1110111 | 10001 | 0 | 110101 | 1 | 1010000 | 1100001 | 1001001 |
Color Harmonies of #D1FD77
Complementary color
Monochromatic Colors of #D1FD77
Black with #D1FD77
Text Example
Text Example
White with #D1FD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FD77; }
p { color: rgb(209,253,119); }
H1.HeaderClassName
{
color: #D1FD77;
}
.AnyTagClassName
{
color: #D1FD77;
}
</style>
background-color css
<style>
a { background-color: #D1FD77; }
a { background-color: rgb(209,253,119); }
div.DivClassName
{
background-color: #D1FD77;
}
.BgClassName
{
background-color: #D1FD77;
}
</style>
border-color css
<style>
span { border-color: #D1FD77; }
span { border-color: rgb(209,253,119); }
td.TdClassName
{
border-color: #D1FD77;
}
.TagClassName
{
border-color: #D1FD77;
}
</style>