Shades of Sulu #D0FB83
Tints of Sulu #D0FB83
RGB
CMYK
RGB Variations
Color information
#D0FB83 (or 0xD0FB83) is known color: Sulu. HEX triplet: D0, FB and 83. RGB value is (208,251,131). Sum of RGB (Red+Green+Blue) = 208+251+131=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 251 (98.44% from 255 or 42.54% from 590); Blue value is 131 (51.56% from 255 or 22.20% from 590); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FB83 is #2F047C. Grayscale: #E0E0E0. Windows color (decimal): -3081341 or 8649680. OLE color: 8649680.
HSL color Cylindrical-coordinate representation of color #D0FB83: hue angle of 81.5º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0FB83 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 131 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.02 |
| HSL | 81.5º | 0.94% | 0.75% | - |
| HSV(B) | 81.5º | 0.48% | 0.98% | - |
| XYZ | 64.61 | 84.04 | 34.29 | - |
| YUV | 224.46 | 75.25 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 131 | 0.17 | 0 | 0.48 | 0.02 | 81.5 | 0.94 | 0.75 |
| Hex | D0 | FB | 83 | 11 | 0 | 30 | 2 | 52 | 5E | 4B |
| Octal | 320 | 373 | 203 | 21 | 0 | 60 | 2 | 122 | 136 | 113 |
| Binary | 11010000 | 11111011 | 10000011 | 10001 | 0 | 110000 | 10 | 1010010 | 1011110 | 1001011 |
Color Harmonies of #D0FB83
Complementary color
Monochromatic Colors of #D0FB83
Black with #D0FB83
Text Example
Text Example
White with #D0FB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FB83; }
p { color: rgb(208,251,131); }
H1.HeaderClassName
{
color: #D0FB83;
}
.AnyTagClassName
{
color: #D0FB83;
}
</style>
background-color css
<style>
a { background-color: #D0FB83; }
a { background-color: rgb(208,251,131); }
div.DivClassName
{
background-color: #D0FB83;
}
.BgClassName
{
background-color: #D0FB83;
}
</style>
border-color css
<style>
span { border-color: #D0FB83; }
span { border-color: rgb(208,251,131); }
td.TdClassName
{
border-color: #D0FB83;
}
.TagClassName
{
border-color: #D0FB83;
}
</style>