Shades of Sulu #D0FF83
Tints of Sulu #D0FF83
RGB
CMYK
RGB Variations
Color information
#D0FF83 (or 0xD0FF83) is known color: Sulu. HEX triplet: D0, FF and 83. RGB value is (208,255,131). Sum of RGB (Red+Green+Blue) = 208+255+131=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 131 (51.56% from 255 or 22.05% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FF83 is #2F007C. Grayscale: #E3E3E3. Windows color (decimal): -3080317 or 8650704. OLE color: 8650704.
HSL color Cylindrical-coordinate representation of color #D0FF83: hue angle of 82.74º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0FF83 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 131 | - |
| CMYK | 0.18 | 0 | 0.49 | 0 |
| HSL | 82.74º | 1% | 0.76% | - |
| HSV(B) | 82.74º | 0.49% | 1% | - |
| XYZ | 65.87 | 86.57 | 34.71 | - |
| YUV | 226.81 | 73.93 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 131 | 0.18 | 0 | 0.49 | 0 | 82.74 | 1 | 0.76 |
| Hex | D0 | FF | 83 | 12 | 0 | 31 | 0 | 53 | 64 | 4C |
| Octal | 320 | 377 | 203 | 22 | 0 | 61 | 0 | 123 | 144 | 114 |
| Binary | 11010000 | 11111111 | 10000011 | 10010 | 0 | 110001 | 0 | 1010011 | 1100100 | 1001100 |
Color Harmonies of #D0FF83
Complementary color
Monochromatic Colors of #D0FF83
Black with #D0FF83
Text Example
Text Example
White with #D0FF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FF83; }
p { color: rgb(208,255,131); }
H1.HeaderClassName
{
color: #D0FF83;
}
.AnyTagClassName
{
color: #D0FF83;
}
</style>
background-color css
<style>
a { background-color: #D0FF83; }
a { background-color: rgb(208,255,131); }
div.DivClassName
{
background-color: #D0FF83;
}
.BgClassName
{
background-color: #D0FF83;
}
</style>
border-color css
<style>
span { border-color: #D0FF83; }
span { border-color: rgb(208,255,131); }
td.TdClassName
{
border-color: #D0FF83;
}
.TagClassName
{
border-color: #D0FF83;
}
</style>