Shades of Sulu #D0FA84
Tints of Sulu #D0FA84
RGB
CMYK
RGB Variations
Color information
#D0FA84 (or 0xD0FA84) is known color: Sulu. HEX triplet: D0, FA and 84. RGB value is (208,250,132). Sum of RGB (Red+Green+Blue) = 208+250+132=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 132 (51.95% from 255 or 22.37% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FA84 is #2F057B. Grayscale: #E0E0E0. Windows color (decimal): -3081596 or 8714960. OLE color: 8714960.
HSL color Cylindrical-coordinate representation of color #D0FA84: hue angle of 81.36º degrees, saturation: 0.92, 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 #D0FA84 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 132 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.02 |
| HSL | 81.36º | 0.92% | 0.75% | - |
| HSV(B) | 81.36º | 0.47% | 0.98% | - |
| XYZ | 64.36 | 83.45 | 34.54 | - |
| YUV | 223.99 | 76.09 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 132 | 0.17 | 0 | 0.47 | 0.02 | 81.36 | 0.92 | 0.75 |
| Hex | D0 | FA | 84 | 11 | 0 | 2F | 2 | 51 | 5C | 4B |
| Octal | 320 | 372 | 204 | 21 | 0 | 57 | 2 | 121 | 134 | 113 |
| Binary | 11010000 | 11111010 | 10000100 | 10001 | 0 | 101111 | 10 | 1010001 | 1011100 | 1001011 |
Color Harmonies of #D0FA84
Complementary color
Monochromatic Colors of #D0FA84
Black with #D0FA84
Text Example
Text Example
White with #D0FA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FA84; }
p { color: rgb(208,250,132); }
H1.HeaderClassName
{
color: #D0FA84;
}
.AnyTagClassName
{
color: #D0FA84;
}
</style>
background-color css
<style>
a { background-color: #D0FA84; }
a { background-color: rgb(208,250,132); }
div.DivClassName
{
background-color: #D0FA84;
}
.BgClassName
{
background-color: #D0FA84;
}
</style>
border-color css
<style>
span { border-color: #D0FA84; }
span { border-color: rgb(208,250,132); }
td.TdClassName
{
border-color: #D0FA84;
}
.TagClassName
{
border-color: #D0FA84;
}
</style>