Shades of Sulu #D3FF77
Tints of Sulu #D3FF77
RGB
CMYK
RGB Variations
Color information
#D3FF77 (or 0xD3FF77) is known color: Sulu. HEX triplet: D3, FF and 77. RGB value is (211,255,119). Sum of RGB (Red+Green+Blue) = 211+255+119=585 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.07% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 119 (46.88% from 255 or 20.34% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #D3FF77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FF77 is #2C0088. Grayscale: #E2E2E2. Windows color (decimal): -2883721 or 7864275. OLE color: 7864275.
HSL color Cylindrical-coordinate representation of color #D3FF77: hue angle of 79.41º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D3FF77 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 255 | 119 | - |
| CMYK | 0.17 | 0 | 0.53 | 0 |
| HSL | 79.41º | 1% | 0.73% | - |
| HSV(B) | 79.41º | 0.53% | 1% | - |
| XYZ | 65.95 | 86.7 | 30.71 | - |
| YUV | 226.34 | 67.42 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 255 | 119 | 0.17 | 0 | 0.53 | 0 | 79.41 | 1 | 0.73 |
| Hex | D3 | FF | 77 | 11 | 0 | 35 | 0 | 4F | 64 | 49 |
| Octal | 323 | 377 | 167 | 21 | 0 | 65 | 0 | 117 | 144 | 111 |
| Binary | 11010011 | 11111111 | 1110111 | 10001 | 0 | 110101 | 0 | 1001111 | 1100100 | 1001001 |
Color Harmonies of #D3FF77
Complementary color
Monochromatic Colors of #D3FF77
Black with #D3FF77
Text Example
Text Example
White with #D3FF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FF77; }
p { color: rgb(211,255,119); }
H1.HeaderClassName
{
color: #D3FF77;
}
.AnyTagClassName
{
color: #D3FF77;
}
</style>
background-color css
<style>
a { background-color: #D3FF77; }
a { background-color: rgb(211,255,119); }
div.DivClassName
{
background-color: #D3FF77;
}
.BgClassName
{
background-color: #D3FF77;
}
</style>
border-color css
<style>
span { border-color: #D3FF77; }
span { border-color: rgb(211,255,119); }
td.TdClassName
{
border-color: #D3FF77;
}
.TagClassName
{
border-color: #D3FF77;
}
</style>