Shades of Sulu #D0FD83
Tints of Sulu #D0FD83
RGB
CMYK
RGB Variations
Color information
#D0FD83 (or 0xD0FD83) is known color: Sulu. HEX triplet: D0, FD and 83. RGB value is (208,253,131). Sum of RGB (Red+Green+Blue) = 208+253+131=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 253 (99.22% from 255 or 42.74% from 592); Blue value is 131 (51.56% from 255 or 22.13% from 592); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FD83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FD83 is #2F027C. Grayscale: #E2E2E2. Windows color (decimal): -3080829 or 8650192. OLE color: 8650192.
HSL color Cylindrical-coordinate representation of color #D0FD83: hue angle of 82.13º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0FD83 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 253 | 131 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.01 |
| HSL | 82.13º | 0.97% | 0.75% | - |
| HSV(B) | 82.13º | 0.48% | 0.99% | - |
| XYZ | 65.23 | 85.3 | 34.5 | - |
| YUV | 225.64 | 74.59 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 253 | 131 | 0.18 | 0 | 0.48 | 0.01 | 82.13 | 0.97 | 0.75 |
| Hex | D0 | FD | 83 | 12 | 0 | 30 | 1 | 52 | 61 | 4B |
| Octal | 320 | 375 | 203 | 22 | 0 | 60 | 1 | 122 | 141 | 113 |
| Binary | 11010000 | 11111101 | 10000011 | 10010 | 0 | 110000 | 1 | 1010010 | 1100001 | 1001011 |
Color Harmonies of #D0FD83
Complementary color
Monochromatic Colors of #D0FD83
Black with #D0FD83
Text Example
Text Example
White with #D0FD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FD83; }
p { color: rgb(208,253,131); }
H1.HeaderClassName
{
color: #D0FD83;
}
.AnyTagClassName
{
color: #D0FD83;
}
</style>
background-color css
<style>
a { background-color: #D0FD83; }
a { background-color: rgb(208,253,131); }
div.DivClassName
{
background-color: #D0FD83;
}
.BgClassName
{
background-color: #D0FD83;
}
</style>
border-color css
<style>
span { border-color: #D0FD83; }
span { border-color: rgb(208,253,131); }
td.TdClassName
{
border-color: #D0FD83;
}
.TagClassName
{
border-color: #D0FD83;
}
</style>