Shades of Sulu #D0FD73
Tints of Sulu #D0FD73
RGB
CMYK
RGB Variations
Color information
#D0FD73 (or 0xD0FD73) is known color: Sulu. HEX triplet: D0, FD and 73. RGB value is (208,253,115). Sum of RGB (Red+Green+Blue) = 208+253+115=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 253 (99.22% from 255 or 43.92% from 576); Blue value is 115 (45.31% from 255 or 19.97% from 576); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FD73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FD73 is #2F028C. Grayscale: #E0E0E0. Windows color (decimal): -3080845 or 7601616. OLE color: 7601616.
HSL color Cylindrical-coordinate representation of color #D0FD73: hue angle of 79.57º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0FD73 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 253 | 115 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.01 |
| HSL | 79.57º | 0.97% | 0.72% | - |
| HSV(B) | 79.57º | 0.55% | 0.99% | - |
| XYZ | 64.23 | 84.9 | 29.22 | - |
| YUV | 223.81 | 66.59 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 253 | 115 | 0.18 | 0 | 0.55 | 0.01 | 79.57 | 0.97 | 0.72 |
| Hex | D0 | FD | 73 | 12 | 0 | 37 | 1 | 50 | 61 | 48 |
| Octal | 320 | 375 | 163 | 22 | 0 | 67 | 1 | 120 | 141 | 110 |
| Binary | 11010000 | 11111101 | 1110011 | 10010 | 0 | 110111 | 1 | 1010000 | 1100001 | 1001000 |
Color Harmonies of #D0FD73
Complementary color
Monochromatic Colors of #D0FD73
Black with #D0FD73
Text Example
Text Example
White with #D0FD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FD73; }
p { color: rgb(208,253,115); }
H1.HeaderClassName
{
color: #D0FD73;
}
.AnyTagClassName
{
color: #D0FD73;
}
</style>
background-color css
<style>
a { background-color: #D0FD73; }
a { background-color: rgb(208,253,115); }
div.DivClassName
{
background-color: #D0FD73;
}
.BgClassName
{
background-color: #D0FD73;
}
</style>
border-color css
<style>
span { border-color: #D0FD73; }
span { border-color: rgb(208,253,115); }
td.TdClassName
{
border-color: #D0FD73;
}
.TagClassName
{
border-color: #D0FD73;
}
</style>