Shades of Sulu #D1FB77
Tints of Sulu #D1FB77
RGB
CMYK
RGB Variations
Color information
#D1FB77 (or 0xD1FB77) is known color: Sulu. HEX triplet: D1, FB and 77. RGB value is (209,251,119). Sum of RGB (Red+Green+Blue) = 209+251+119=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 251 (98.44% from 255 or 43.35% from 579); Blue value is 119 (46.88% from 255 or 20.55% from 579); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FB77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FB77 is #2E0488. Grayscale: #DFDFDF. Windows color (decimal): -3015817 or 7863249. OLE color: 7863249.
HSL color Cylindrical-coordinate representation of color #D1FB77: hue angle of 79.09º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1FB77 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 251 | 119 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.02 |
| HSL | 79.09º | 0.94% | 0.73% | - |
| HSV(B) | 79.09º | 0.53% | 0.98% | - |
| XYZ | 64.12 | 83.88 | 30.26 | - |
| YUV | 223.39 | 69.09 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 251 | 119 | 0.17 | 0 | 0.53 | 0.02 | 79.09 | 0.94 | 0.73 |
| Hex | D1 | FB | 77 | 11 | 0 | 35 | 2 | 4F | 5E | 49 |
| Octal | 321 | 373 | 167 | 21 | 0 | 65 | 2 | 117 | 136 | 111 |
| Binary | 11010001 | 11111011 | 1110111 | 10001 | 0 | 110101 | 10 | 1001111 | 1011110 | 1001001 |
Color Harmonies of #D1FB77
Complementary color
Monochromatic Colors of #D1FB77
Black with #D1FB77
Text Example
Text Example
White with #D1FB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FB77; }
p { color: rgb(209,251,119); }
H1.HeaderClassName
{
color: #D1FB77;
}
.AnyTagClassName
{
color: #D1FB77;
}
</style>
background-color css
<style>
a { background-color: #D1FB77; }
a { background-color: rgb(209,251,119); }
div.DivClassName
{
background-color: #D1FB77;
}
.BgClassName
{
background-color: #D1FB77;
}
</style>
border-color css
<style>
span { border-color: #D1FB77; }
span { border-color: rgb(209,251,119); }
td.TdClassName
{
border-color: #D1FB77;
}
.TagClassName
{
border-color: #D1FB77;
}
</style>