Shades of Sulu #D3FE78
Tints of Sulu #D3FE78
RGB
CMYK
RGB Variations
Color information
#D3FE78 (or 0xD3FE78) is known color: Sulu. HEX triplet: D3, FE and 78. RGB value is (211,254,120). Sum of RGB (Red+Green+Blue) = 211+254+120=585 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.07% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 120 (47.27% from 255 or 20.51% from 585); Max value from RGB is 254 - color contains mainly: green. Hex color #D3FE78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FE78 is #2C0187. Grayscale: #E2E2E2. Windows color (decimal): -2883976 or 7929555. OLE color: 7929555.
HSL color Cylindrical-coordinate representation of color #D3FE78: hue angle of 79.25º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D3FE78 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 254 | 120 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.00 |
| HSL | 79.25º | 0.99% | 0.73% | - |
| HSV(B) | 79.25º | 0.53% | 1% | - |
| XYZ | 65.7 | 86.09 | 30.92 | - |
| YUV | 225.87 | 68.25 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 254 | 120 | 0.17 | 0 | 0.53 | 0.00 | 79.25 | 0.99 | 0.73 |
| Hex | D3 | FE | 78 | 11 | 0 | 35 | 0 | 4F | 63 | 49 |
| Octal | 323 | 376 | 170 | 21 | 0 | 65 | 0 | 117 | 143 | 111 |
| Binary | 11010011 | 11111110 | 1111000 | 10001 | 0 | 110101 | 0 | 1001111 | 1100011 | 1001001 |
Color Harmonies of #D3FE78
Complementary color
Monochromatic Colors of #D3FE78
Black with #D3FE78
Text Example
Text Example
White with #D3FE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FE78; }
p { color: rgb(211,254,120); }
H1.HeaderClassName
{
color: #D3FE78;
}
.AnyTagClassName
{
color: #D3FE78;
}
</style>
background-color css
<style>
a { background-color: #D3FE78; }
a { background-color: rgb(211,254,120); }
div.DivClassName
{
background-color: #D3FE78;
}
.BgClassName
{
background-color: #D3FE78;
}
</style>
border-color css
<style>
span { border-color: #D3FE78; }
span { border-color: rgb(211,254,120); }
td.TdClassName
{
border-color: #D3FE78;
}
.TagClassName
{
border-color: #D3FE78;
}
</style>