Shades of Sulu #D1F98A
Tints of Sulu #D1F98A
RGB
CMYK
RGB Variations
Color information
#D1F98A (or 0xD1F98A) is known color: Sulu. HEX triplet: D1, F9 and 8A. RGB value is (209,249,138). Sum of RGB (Red+Green+Blue) = 209+249+138=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 249 (97.66% from 255 or 41.78% from 596); Blue value is 138 (54.30% from 255 or 23.15% from 596); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F98A is #2E0675. Grayscale: #E0E0E0. Windows color (decimal): -3016310 or 9107921. OLE color: 9107921.
HSL color Cylindrical-coordinate representation of color #D1F98A: hue angle of 81.62º degrees, saturation: 0.9, 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 #D1F98A is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 249 | 138 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.02 |
| HSL | 81.62º | 0.9% | 0.76% | - |
| HSV(B) | 81.62º | 0.45% | 0.98% | - |
| XYZ | 64.76 | 83.14 | 36.68 | - |
| YUV | 224.39 | 79.25 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 249 | 138 | 0.16 | 0 | 0.45 | 0.02 | 81.62 | 0.9 | 0.76 |
| Hex | D1 | F9 | 8A | 10 | 0 | 2D | 2 | 52 | 5A | 4C |
| Octal | 321 | 371 | 212 | 20 | 0 | 55 | 2 | 122 | 132 | 114 |
| Binary | 11010001 | 11111001 | 10001010 | 10000 | 0 | 101101 | 10 | 1010010 | 1011010 | 1001100 |
Color Harmonies of #D1F98A
Complementary color
Monochromatic Colors of #D1F98A
Black with #D1F98A
Text Example
Text Example
White with #D1F98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F98A; }
p { color: rgb(209,249,138); }
H1.HeaderClassName
{
color: #D1F98A;
}
.AnyTagClassName
{
color: #D1F98A;
}
</style>
background-color css
<style>
a { background-color: #D1F98A; }
a { background-color: rgb(209,249,138); }
div.DivClassName
{
background-color: #D1F98A;
}
.BgClassName
{
background-color: #D1F98A;
}
</style>
border-color css
<style>
span { border-color: #D1F98A; }
span { border-color: rgb(209,249,138); }
td.TdClassName
{
border-color: #D1F98A;
}
.TagClassName
{
border-color: #D1F98A;
}
</style>