Shades of Sulu #D8FF82
Tints of Sulu #D8FF82
RGB
CMYK
RGB Variations
Color information
#D8FF82 (or 0xD8FF82) is known color: Sulu. HEX triplet: D8, FF and 82. RGB value is (216,255,130). Sum of RGB (Red+Green+Blue) = 216+255+130=601 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.94% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 130 (51.17% from 255 or 21.63% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #D8FF82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FF82 is #27007D. Grayscale: #E5E5E5. Windows color (decimal): -2556030 or 8585176. OLE color: 8585176.
HSL color Cylindrical-coordinate representation of color #D8FF82: hue angle of 78.72º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D8FF82 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 255 | 130 | - |
| CMYK | 0.15 | 0 | 0.49 | 0 |
| HSL | 78.72º | 1% | 0.75% | - |
| HSV(B) | 78.72º | 0.49% | 1% | - |
| XYZ | 68.11 | 87.73 | 34.46 | - |
| YUV | 229.09 | 72.08 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 255 | 130 | 0.15 | 0 | 0.49 | 0 | 78.72 | 1 | 0.75 |
| Hex | D8 | FF | 82 | F | 0 | 31 | 0 | 4F | 64 | 4B |
| Octal | 330 | 377 | 202 | 17 | 0 | 61 | 0 | 117 | 144 | 113 |
| Binary | 11011000 | 11111111 | 10000010 | 1111 | 0 | 110001 | 0 | 1001111 | 1100100 | 1001011 |
Color Harmonies of #D8FF82
Complementary color
Monochromatic Colors of #D8FF82
Black with #D8FF82
Text Example
Text Example
White with #D8FF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FF82; }
p { color: rgb(216,255,130); }
H1.HeaderClassName
{
color: #D8FF82;
}
.AnyTagClassName
{
color: #D8FF82;
}
</style>
background-color css
<style>
a { background-color: #D8FF82; }
a { background-color: rgb(216,255,130); }
div.DivClassName
{
background-color: #D8FF82;
}
.BgClassName
{
background-color: #D8FF82;
}
</style>
border-color css
<style>
span { border-color: #D8FF82; }
span { border-color: rgb(216,255,130); }
td.TdClassName
{
border-color: #D8FF82;
}
.TagClassName
{
border-color: #D8FF82;
}
</style>