Shades of Sulu #D1FF74
Tints of Sulu #D1FF74
RGB
CMYK
RGB Variations
Color information
#D1FF74 (or 0xD1FF74) is known color: Sulu. HEX triplet: D1, FF and 74. RGB value is (209,255,116). Sum of RGB (Red+Green+Blue) = 209+255+116=580 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.03% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 116 (45.70% from 255 or 20% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #D1FF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FF74 is #2E008B. Grayscale: #E1E1E1. Windows color (decimal): -3014796 or 7667665. OLE color: 7667665.
HSL color Cylindrical-coordinate representation of color #D1FF74: hue angle of 79.86º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1FF74 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 255 | 116 | - |
| CMYK | 0.18 | 0 | 0.55 | 0 |
| HSL | 79.86º | 1% | 0.73% | - |
| HSV(B) | 79.86º | 0.55% | 1% | - |
| XYZ | 65.21 | 86.34 | 29.75 | - |
| YUV | 225.4 | 66.26 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 255 | 116 | 0.18 | 0 | 0.55 | 0 | 79.86 | 1 | 0.73 |
| Hex | D1 | FF | 74 | 12 | 0 | 37 | 0 | 50 | 64 | 49 |
| Octal | 321 | 377 | 164 | 22 | 0 | 67 | 0 | 120 | 144 | 111 |
| Binary | 11010001 | 11111111 | 1110100 | 10010 | 0 | 110111 | 0 | 1010000 | 1100100 | 1001001 |
Color Harmonies of #D1FF74
Complementary color
Monochromatic Colors of #D1FF74
Black with #D1FF74
Text Example
Text Example
White with #D1FF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FF74; }
p { color: rgb(209,255,116); }
H1.HeaderClassName
{
color: #D1FF74;
}
.AnyTagClassName
{
color: #D1FF74;
}
</style>
background-color css
<style>
a { background-color: #D1FF74; }
a { background-color: rgb(209,255,116); }
div.DivClassName
{
background-color: #D1FF74;
}
.BgClassName
{
background-color: #D1FF74;
}
</style>
border-color css
<style>
span { border-color: #D1FF74; }
span { border-color: rgb(209,255,116); }
td.TdClassName
{
border-color: #D1FF74;
}
.TagClassName
{
border-color: #D1FF74;
}
</style>