Shades of Sulu #D8FC81
Tints of Sulu #D8FC81
RGB
CMYK
RGB Variations
Color information
#D8FC81 (or 0xD8FC81) is known color: Sulu. HEX triplet: D8, FC and 81. RGB value is (216,252,129). Sum of RGB (Red+Green+Blue) = 216+252+129=597 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.18% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 129 (50.78% from 255 or 21.61% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #D8FC81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FC81 is #27037E. Grayscale: #E3E3E3. Windows color (decimal): -2556799 or 8518872. OLE color: 8518872.
HSL color Cylindrical-coordinate representation of color #D8FC81: hue angle of 77.56º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D8FC81 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 252 | 129 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.01 |
| HSL | 77.56º | 0.95% | 0.75% | - |
| HSV(B) | 77.56º | 0.49% | 0.99% | - |
| XYZ | 67.09 | 85.8 | 33.79 | - |
| YUV | 227.21 | 72.57 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 252 | 129 | 0.14 | 0 | 0.49 | 0.01 | 77.56 | 0.95 | 0.75 |
| Hex | D8 | FC | 81 | E | 0 | 31 | 1 | 4E | 5F | 4B |
| Octal | 330 | 374 | 201 | 16 | 0 | 61 | 1 | 116 | 137 | 113 |
| Binary | 11011000 | 11111100 | 10000001 | 1110 | 0 | 110001 | 1 | 1001110 | 1011111 | 1001011 |
Color Harmonies of #D8FC81
Complementary color
Monochromatic Colors of #D8FC81
Black with #D8FC81
Text Example
Text Example
White with #D8FC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FC81; }
p { color: rgb(216,252,129); }
H1.HeaderClassName
{
color: #D8FC81;
}
.AnyTagClassName
{
color: #D8FC81;
}
</style>
background-color css
<style>
a { background-color: #D8FC81; }
a { background-color: rgb(216,252,129); }
div.DivClassName
{
background-color: #D8FC81;
}
.BgClassName
{
background-color: #D8FC81;
}
</style>
border-color css
<style>
span { border-color: #D8FC81; }
span { border-color: rgb(216,252,129); }
td.TdClassName
{
border-color: #D8FC81;
}
.TagClassName
{
border-color: #D8FC81;
}
</style>