Shades of Sulu #D8F383
Tints of Sulu #D8F383
RGB
CMYK
RGB Variations
Color information
#D8F383 (or 0xD8F383) is known color: Sulu. HEX triplet: D8, F3 and 83. RGB value is (216,243,131). Sum of RGB (Red+Green+Blue) = 216+243+131=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 243 (95.31% from 255 or 41.19% from 590); Blue value is 131 (51.56% from 255 or 22.20% from 590); Max value from RGB is 243 - color contains mainly: green. Hex color #D8F383 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F383 is #270C7C. Grayscale: #DEDEDE. Windows color (decimal): -2559101 or 8647640. OLE color: 8647640.
HSL color Cylindrical-coordinate representation of color #D8F383: hue angle of 74.46º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D8F383 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 243 | 131 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.05 |
| HSL | 74.46º | 0.82% | 0.73% | - |
| HSV(B) | 74.46º | 0.46% | 0.95% | - |
| XYZ | 64.47 | 80.34 | 33.58 | - |
| YUV | 222.16 | 76.55 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 243 | 131 | 0.11 | 0 | 0.46 | 0.05 | 74.46 | 0.82 | 0.73 |
| Hex | D8 | F3 | 83 | B | 0 | 2E | 5 | 4A | 52 | 49 |
| Octal | 330 | 363 | 203 | 13 | 0 | 56 | 5 | 112 | 122 | 111 |
| Binary | 11011000 | 11110011 | 10000011 | 1011 | 0 | 101110 | 101 | 1001010 | 1010010 | 1001001 |
Color Harmonies of #D8F383
Complementary color
Monochromatic Colors of #D8F383
Black with #D8F383
Text Example
Text Example
White with #D8F383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F383; }
p { color: rgb(216,243,131); }
H1.HeaderClassName
{
color: #D8F383;
}
.AnyTagClassName
{
color: #D8F383;
}
</style>
background-color css
<style>
a { background-color: #D8F383; }
a { background-color: rgb(216,243,131); }
div.DivClassName
{
background-color: #D8F383;
}
.BgClassName
{
background-color: #D8F383;
}
</style>
border-color css
<style>
span { border-color: #D8F383; }
span { border-color: rgb(216,243,131); }
td.TdClassName
{
border-color: #D8F383;
}
.TagClassName
{
border-color: #D8F383;
}
</style>