Shades of Sulu #D1FB8A
Tints of Sulu #D1FB8A
RGB
CMYK
RGB Variations
Color information
#D1FB8A (or 0xD1FB8A) is known color: Sulu. HEX triplet: D1, FB and 8A. RGB value is (209,251,138). Sum of RGB (Red+Green+Blue) = 209+251+138=598 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.95% from 598); Green value is 251 (98.44% from 255 or 41.97% from 598); Blue value is 138 (54.30% from 255 or 23.08% from 598); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FB8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FB8A is #2E0475. Grayscale: #E1E1E1. Windows color (decimal): -3015798 or 9108433. OLE color: 9108433.
HSL color Cylindrical-coordinate representation of color #D1FB8A: hue angle of 82.3º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D1FB8A is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 251 | 138 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.02 |
| HSL | 82.3º | 0.93% | 0.76% | - |
| HSV(B) | 82.3º | 0.45% | 0.98% | - |
| XYZ | 65.38 | 84.38 | 36.89 | - |
| YUV | 225.56 | 78.59 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 251 | 138 | 0.17 | 0 | 0.45 | 0.02 | 82.3 | 0.93 | 0.76 |
| Hex | D1 | FB | 8A | 11 | 0 | 2D | 2 | 52 | 5D | 4C |
| Octal | 321 | 373 | 212 | 21 | 0 | 55 | 2 | 122 | 135 | 114 |
| Binary | 11010001 | 11111011 | 10001010 | 10001 | 0 | 101101 | 10 | 1010010 | 1011101 | 1001100 |
Color Harmonies of #D1FB8A
Complementary color
Monochromatic Colors of #D1FB8A
Black with #D1FB8A
Text Example
Text Example
White with #D1FB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FB8A; }
p { color: rgb(209,251,138); }
H1.HeaderClassName
{
color: #D1FB8A;
}
.AnyTagClassName
{
color: #D1FB8A;
}
</style>
background-color css
<style>
a { background-color: #D1FB8A; }
a { background-color: rgb(209,251,138); }
div.DivClassName
{
background-color: #D1FB8A;
}
.BgClassName
{
background-color: #D1FB8A;
}
</style>
border-color css
<style>
span { border-color: #D1FB8A; }
span { border-color: rgb(209,251,138); }
td.TdClassName
{
border-color: #D1FB8A;
}
.TagClassName
{
border-color: #D1FB8A;
}
</style>