Shades of Sulu #D3FF7F
Tints of Sulu #D3FF7F
RGB
CMYK
RGB Variations
Color information
#D3FF7F (or 0xD3FF7F) is known color: Sulu. HEX triplet: D3, FF and 7F. RGB value is (211,255,127). Sum of RGB (Red+Green+Blue) = 211+255+127=593 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.58% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 127 (50% from 255 or 21.42% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #D3FF7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FF7F is #2C0080. Grayscale: #E3E3E3. Windows color (decimal): -2883713 or 8388563. OLE color: 8388563.
HSL color Cylindrical-coordinate representation of color #D3FF7F: hue angle of 80.62º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D3FF7F is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 255 | 127 | - |
| CMYK | 0.17 | 0 | 0.50 | 0 |
| HSL | 80.63º | 1% | 0.75% | - |
| HSV(B) | 80.63º | 0.5% | 1% | - |
| XYZ | 66.45 | 86.9 | 33.35 | - |
| YUV | 227.25 | 71.42 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 255 | 127 | 0.17 | 0 | 0.50 | 0 | 80.63 | 1 | 0.75 |
| Hex | D3 | FF | 7F | 11 | 0 | 32 | 0 | 51 | 64 | 4B |
| Octal | 323 | 377 | 177 | 21 | 0 | 62 | 0 | 121 | 144 | 113 |
| Binary | 11010011 | 11111111 | 1111111 | 10001 | 0 | 110010 | 0 | 1010001 | 1100100 | 1001011 |
Color Harmonies of #D3FF7F
Complementary color
Monochromatic Colors of #D3FF7F
Black with #D3FF7F
Text Example
Text Example
White with #D3FF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FF7F; }
p { color: rgb(211,255,127); }
H1.HeaderClassName
{
color: #D3FF7F;
}
.AnyTagClassName
{
color: #D3FF7F;
}
</style>
background-color css
<style>
a { background-color: #D3FF7F; }
a { background-color: rgb(211,255,127); }
div.DivClassName
{
background-color: #D3FF7F;
}
.BgClassName
{
background-color: #D3FF7F;
}
</style>
border-color css
<style>
span { border-color: #D3FF7F; }
span { border-color: rgb(211,255,127); }
td.TdClassName
{
border-color: #D3FF7F;
}
.TagClassName
{
border-color: #D3FF7F;
}
</style>