Shades of Sulu #D1FA8B
Tints of Sulu #D1FA8B
RGB
CMYK
RGB Variations
Color information
#D1FA8B (or 0xD1FA8B) is known color: Sulu. HEX triplet: D1, FA and 8B. RGB value is (209,250,139). Sum of RGB (Red+Green+Blue) = 209+250+139=598 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.95% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 139 (54.69% from 255 or 23.24% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FA8B is #2E0574. Grayscale: #E1E1E1. Windows color (decimal): -3016053 or 9173713. OLE color: 9173713.
HSL color Cylindrical-coordinate representation of color #D1FA8B: hue angle of 82.16º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1FA8B is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 139 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.02 |
| HSL | 82.16º | 0.92% | 0.76% | - |
| HSV(B) | 82.16º | 0.44% | 0.98% | - |
| XYZ | 65.14 | 83.79 | 37.17 | - |
| YUV | 225.09 | 79.42 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 139 | 0.16 | 0 | 0.44 | 0.02 | 82.16 | 0.92 | 0.76 |
| Hex | D1 | FA | 8B | 10 | 0 | 2C | 2 | 52 | 5C | 4C |
| Octal | 321 | 372 | 213 | 20 | 0 | 54 | 2 | 122 | 134 | 114 |
| Binary | 11010001 | 11111010 | 10001011 | 10000 | 0 | 101100 | 10 | 1010010 | 1011100 | 1001100 |
Color Harmonies of #D1FA8B
Complementary color
Monochromatic Colors of #D1FA8B
Black with #D1FA8B
Text Example
Text Example
White with #D1FA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FA8B; }
p { color: rgb(209,250,139); }
H1.HeaderClassName
{
color: #D1FA8B;
}
.AnyTagClassName
{
color: #D1FA8B;
}
</style>
background-color css
<style>
a { background-color: #D1FA8B; }
a { background-color: rgb(209,250,139); }
div.DivClassName
{
background-color: #D1FA8B;
}
.BgClassName
{
background-color: #D1FA8B;
}
</style>
border-color css
<style>
span { border-color: #D1FA8B; }
span { border-color: rgb(209,250,139); }
td.TdClassName
{
border-color: #D1FA8B;
}
.TagClassName
{
border-color: #D1FA8B;
}
</style>