Shades of Sulu #D8F386
Tints of Sulu #D8F386
RGB
CMYK
RGB Variations
Color information
#D8F386 (or 0xD8F386) is known color: Sulu. HEX triplet: D8, F3 and 86. RGB value is (216,243,134). Sum of RGB (Red+Green+Blue) = 216+243+134=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 243 (95.31% from 255 or 40.98% from 593); Blue value is 134 (52.73% from 255 or 22.60% from 593); Max value from RGB is 243 - color contains mainly: green. Hex color #D8F386 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F386 is #270C79. Grayscale: #DEDEDE. Windows color (decimal): -2559098 or 8844248. OLE color: 8844248.
HSL color Cylindrical-coordinate representation of color #D8F386: hue angle of 74.86º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D8F386 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 243 | 134 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.05 |
| HSL | 74.86º | 0.82% | 0.74% | - |
| HSV(B) | 74.86º | 0.45% | 0.95% | - |
| XYZ | 64.67 | 80.42 | 34.67 | - |
| YUV | 222.5 | 78.05 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 243 | 134 | 0.11 | 0 | 0.45 | 0.05 | 74.86 | 0.82 | 0.74 |
| Hex | D8 | F3 | 86 | B | 0 | 2D | 5 | 4B | 52 | 4A |
| Octal | 330 | 363 | 206 | 13 | 0 | 55 | 5 | 113 | 122 | 112 |
| Binary | 11011000 | 11110011 | 10000110 | 1011 | 0 | 101101 | 101 | 1001011 | 1010010 | 1001010 |
Color Harmonies of #D8F386
Complementary color
Monochromatic Colors of #D8F386
Black with #D8F386
Text Example
Text Example
White with #D8F386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F386; }
p { color: rgb(216,243,134); }
H1.HeaderClassName
{
color: #D8F386;
}
.AnyTagClassName
{
color: #D8F386;
}
</style>
background-color css
<style>
a { background-color: #D8F386; }
a { background-color: rgb(216,243,134); }
div.DivClassName
{
background-color: #D8F386;
}
.BgClassName
{
background-color: #D8F386;
}
</style>
border-color css
<style>
span { border-color: #D8F386; }
span { border-color: rgb(216,243,134); }
td.TdClassName
{
border-color: #D8F386;
}
.TagClassName
{
border-color: #D8F386;
}
</style>