Shades of Sulu #D0FB84
Tints of Sulu #D0FB84
RGB
CMYK
RGB Variations
Color information
#D0FB84 (or 0xD0FB84) is known color: Sulu. HEX triplet: D0, FB and 84. RGB value is (208,251,132). Sum of RGB (Red+Green+Blue) = 208+251+132=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 251 (98.44% from 255 or 42.47% from 591); Blue value is 132 (51.95% from 255 or 22.34% from 591); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FB84 is #2F047B. Grayscale: #E1E1E1. Windows color (decimal): -3081340 or 8715216. OLE color: 8715216.
HSL color Cylindrical-coordinate representation of color #D0FB84: hue angle of 81.68º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0FB84 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 132 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.02 |
| HSL | 81.68º | 0.94% | 0.75% | - |
| HSV(B) | 81.68º | 0.47% | 0.98% | - |
| XYZ | 64.67 | 84.07 | 34.65 | - |
| YUV | 224.58 | 75.75 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 132 | 0.17 | 0 | 0.47 | 0.02 | 81.68 | 0.94 | 0.75 |
| Hex | D0 | FB | 84 | 11 | 0 | 2F | 2 | 52 | 5E | 4B |
| Octal | 320 | 373 | 204 | 21 | 0 | 57 | 2 | 122 | 136 | 113 |
| Binary | 11010000 | 11111011 | 10000100 | 10001 | 0 | 101111 | 10 | 1010010 | 1011110 | 1001011 |
Color Harmonies of #D0FB84
Complementary color
Monochromatic Colors of #D0FB84
Black with #D0FB84
Text Example
Text Example
White with #D0FB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FB84; }
p { color: rgb(208,251,132); }
H1.HeaderClassName
{
color: #D0FB84;
}
.AnyTagClassName
{
color: #D0FB84;
}
</style>
background-color css
<style>
a { background-color: #D0FB84; }
a { background-color: rgb(208,251,132); }
div.DivClassName
{
background-color: #D0FB84;
}
.BgClassName
{
background-color: #D0FB84;
}
</style>
border-color css
<style>
span { border-color: #D0FB84; }
span { border-color: rgb(208,251,132); }
td.TdClassName
{
border-color: #D0FB84;
}
.TagClassName
{
border-color: #D0FB84;
}
</style>