Shades of Sulu #D4FF84
Tints of Sulu #D4FF84
RGB
CMYK
RGB Variations
Color information
#D4FF84 (or 0xD4FF84) is known color: Sulu. HEX triplet: D4, FF and 84. RGB value is (212,255,132). Sum of RGB (Red+Green+Blue) = 212+255+132=599 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.39% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 132 (51.95% from 255 or 22.04% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FF84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FF84 is #2B007B. Grayscale: #E4E4E4. Windows color (decimal): -2818172 or 8716244. OLE color: 8716244.
HSL color Cylindrical-coordinate representation of color #D4FF84: hue angle of 80.98º 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 #D4FF84 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 255 | 132 | - |
| CMYK | 0.17 | 0 | 0.48 | 0 |
| HSL | 80.98º | 1% | 0.76% | - |
| HSV(B) | 80.98º | 0.48% | 1% | - |
| XYZ | 67.08 | 87.18 | 35.12 | - |
| YUV | 228.12 | 73.75 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 255 | 132 | 0.17 | 0 | 0.48 | 0 | 80.98 | 1 | 0.76 |
| Hex | D4 | FF | 84 | 11 | 0 | 30 | 0 | 51 | 64 | 4C |
| Octal | 324 | 377 | 204 | 21 | 0 | 60 | 0 | 121 | 144 | 114 |
| Binary | 11010100 | 11111111 | 10000100 | 10001 | 0 | 110000 | 0 | 1010001 | 1100100 | 1001100 |
Color Harmonies of #D4FF84
Complementary color
Monochromatic Colors of #D4FF84
Black with #D4FF84
Text Example
Text Example
White with #D4FF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FF84; }
p { color: rgb(212,255,132); }
H1.HeaderClassName
{
color: #D4FF84;
}
.AnyTagClassName
{
color: #D4FF84;
}
</style>
background-color css
<style>
a { background-color: #D4FF84; }
a { background-color: rgb(212,255,132); }
div.DivClassName
{
background-color: #D4FF84;
}
.BgClassName
{
background-color: #D4FF84;
}
</style>
border-color css
<style>
span { border-color: #D4FF84; }
span { border-color: rgb(212,255,132); }
td.TdClassName
{
border-color: #D4FF84;
}
.TagClassName
{
border-color: #D4FF84;
}
</style>