Shades of Sulu #D6F383
Tints of Sulu #D6F383
RGB
CMYK
RGB Variations
Color information
#D6F383 (or 0xD6F383) is known color: Sulu. HEX triplet: D6, F3 and 83. RGB value is (214,243,131). Sum of RGB (Red+Green+Blue) = 214+243+131=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 243 (95.31% from 255 or 41.33% from 588); Blue value is 131 (51.56% from 255 or 22.28% from 588); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F383 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F383 is #290C7C. Grayscale: #DDDDDD. Windows color (decimal): -2690173 or 8647638. OLE color: 8647638.
HSL color Cylindrical-coordinate representation of color #D6F383: hue angle of 75.54º 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 #D6F383 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 243 | 131 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.05 |
| HSL | 75.54º | 0.82% | 0.73% | - |
| HSV(B) | 75.54º | 0.46% | 0.95% | - |
| XYZ | 63.88 | 80.04 | 33.55 | - |
| YUV | 221.56 | 76.89 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 243 | 131 | 0.12 | 0 | 0.46 | 0.05 | 75.54 | 0.82 | 0.73 |
| Hex | D6 | F3 | 83 | C | 0 | 2E | 5 | 4C | 52 | 49 |
| Octal | 326 | 363 | 203 | 14 | 0 | 56 | 5 | 114 | 122 | 111 |
| Binary | 11010110 | 11110011 | 10000011 | 1100 | 0 | 101110 | 101 | 1001100 | 1010010 | 1001001 |
Color Harmonies of #D6F383
Complementary color
Monochromatic Colors of #D6F383
Black with #D6F383
Text Example
Text Example
White with #D6F383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F383; }
p { color: rgb(214,243,131); }
H1.HeaderClassName
{
color: #D6F383;
}
.AnyTagClassName
{
color: #D6F383;
}
</style>
background-color css
<style>
a { background-color: #D6F383; }
a { background-color: rgb(214,243,131); }
div.DivClassName
{
background-color: #D6F383;
}
.BgClassName
{
background-color: #D6F383;
}
</style>
border-color css
<style>
span { border-color: #D6F383; }
span { border-color: rgb(214,243,131); }
td.TdClassName
{
border-color: #D6F383;
}
.TagClassName
{
border-color: #D6F383;
}
</style>