Shades of Sulu #D1FA84
Tints of Sulu #D1FA84
RGB
CMYK
RGB Variations
Color information
#D1FA84 (or 0xD1FA84) is known color: Sulu. HEX triplet: D1, FA and 84. RGB value is (209,250,132). Sum of RGB (Red+Green+Blue) = 209+250+132=591 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.36% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 132 (51.95% from 255 or 22.34% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FA84 is #2E057B. Grayscale: #E0E0E0. Windows color (decimal): -3016060 or 8714961. OLE color: 8714961.
HSL color Cylindrical-coordinate representation of color #D1FA84: hue angle of 80.85º 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 #D1FA84 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 132 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.02 |
| HSL | 80.85º | 0.92% | 0.75% | - |
| HSV(B) | 80.85º | 0.47% | 0.98% | - |
| XYZ | 64.64 | 83.59 | 34.56 | - |
| YUV | 224.29 | 75.92 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 132 | 0.16 | 0 | 0.47 | 0.02 | 80.85 | 0.92 | 0.75 |
| Hex | D1 | FA | 84 | 10 | 0 | 2F | 2 | 51 | 5C | 4B |
| Octal | 321 | 372 | 204 | 20 | 0 | 57 | 2 | 121 | 134 | 113 |
| Binary | 11010001 | 11111010 | 10000100 | 10000 | 0 | 101111 | 10 | 1010001 | 1011100 | 1001011 |
Color Harmonies of #D1FA84
Complementary color
Monochromatic Colors of #D1FA84
Black with #D1FA84
Text Example
Text Example
White with #D1FA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FA84; }
p { color: rgb(209,250,132); }
H1.HeaderClassName
{
color: #D1FA84;
}
.AnyTagClassName
{
color: #D1FA84;
}
</style>
background-color css
<style>
a { background-color: #D1FA84; }
a { background-color: rgb(209,250,132); }
div.DivClassName
{
background-color: #D1FA84;
}
.BgClassName
{
background-color: #D1FA84;
}
</style>
border-color css
<style>
span { border-color: #D1FA84; }
span { border-color: rgb(209,250,132); }
td.TdClassName
{
border-color: #D1FA84;
}
.TagClassName
{
border-color: #D1FA84;
}
</style>