Shades of Sulu #D5FF84
Tints of Sulu #D5FF84
RGB
CMYK
RGB Variations
Color information
#D5FF84 (or 0xD5FF84) is known color: Sulu. HEX triplet: D5, FF and 84. RGB value is (213,255,132). Sum of RGB (Red+Green+Blue) = 213+255+132=600 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.5% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 132 (51.95% from 255 or 22% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FF84 is #2A007B. Grayscale: #E4E4E4. Windows color (decimal): -2752636 or 8716245. OLE color: 8716245.
HSL color Cylindrical-coordinate representation of color #D5FF84: hue angle of 80.49º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5FF84 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 132 | - |
| CMYK | 0.16 | 0 | 0.48 | 0 |
| HSL | 80.49º | 1% | 0.76% | - |
| HSV(B) | 80.49º | 0.48% | 1% | - |
| XYZ | 67.37 | 87.33 | 35.14 | - |
| YUV | 228.42 | 73.59 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 132 | 0.16 | 0 | 0.48 | 0 | 80.49 | 1 | 0.76 |
| Hex | D5 | FF | 84 | 10 | 0 | 30 | 0 | 50 | 64 | 4C |
| Octal | 325 | 377 | 204 | 20 | 0 | 60 | 0 | 120 | 144 | 114 |
| Binary | 11010101 | 11111111 | 10000100 | 10000 | 0 | 110000 | 0 | 1010000 | 1100100 | 1001100 |
Color Harmonies of #D5FF84
Complementary color
Monochromatic Colors of #D5FF84
Black with #D5FF84
Text Example
Text Example
White with #D5FF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FF84; }
p { color: rgb(213,255,132); }
H1.HeaderClassName
{
color: #D5FF84;
}
.AnyTagClassName
{
color: #D5FF84;
}
</style>
background-color css
<style>
a { background-color: #D5FF84; }
a { background-color: rgb(213,255,132); }
div.DivClassName
{
background-color: #D5FF84;
}
.BgClassName
{
background-color: #D5FF84;
}
</style>
border-color css
<style>
span { border-color: #D5FF84; }
span { border-color: rgb(213,255,132); }
td.TdClassName
{
border-color: #D5FF84;
}
.TagClassName
{
border-color: #D5FF84;
}
</style>