Shades of Sulu #D0FE73
Tints of Sulu #D0FE73
RGB
CMYK
RGB Variations
Color information
#D0FE73 (or 0xD0FE73) is known color: Sulu. HEX triplet: D0, FE and 73. RGB value is (208,254,115). Sum of RGB (Red+Green+Blue) = 208+254+115=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 254 (99.61% from 255 or 44.02% from 577); Blue value is 115 (45.31% from 255 or 19.93% from 577); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FE73 is #2F018C. Grayscale: #E0E0E0. Windows color (decimal): -3080589 or 7601872. OLE color: 7601872.
HSL color Cylindrical-coordinate representation of color #D0FE73: hue angle of 79.86º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0FE73 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 115 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.00 |
| HSL | 79.86º | 0.99% | 0.72% | - |
| HSV(B) | 79.86º | 0.55% | 1% | - |
| XYZ | 64.55 | 85.53 | 29.33 | - |
| YUV | 224.4 | 66.26 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 115 | 0.18 | 0 | 0.55 | 0.00 | 79.86 | 0.99 | 0.72 |
| Hex | D0 | FE | 73 | 12 | 0 | 37 | 0 | 50 | 63 | 48 |
| Octal | 320 | 376 | 163 | 22 | 0 | 67 | 0 | 120 | 143 | 110 |
| Binary | 11010000 | 11111110 | 1110011 | 10010 | 0 | 110111 | 0 | 1010000 | 1100011 | 1001000 |
Color Harmonies of #D0FE73
Complementary color
Monochromatic Colors of #D0FE73
Black with #D0FE73
Text Example
Text Example
White with #D0FE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE73; }
p { color: rgb(208,254,115); }
H1.HeaderClassName
{
color: #D0FE73;
}
.AnyTagClassName
{
color: #D0FE73;
}
</style>
background-color css
<style>
a { background-color: #D0FE73; }
a { background-color: rgb(208,254,115); }
div.DivClassName
{
background-color: #D0FE73;
}
.BgClassName
{
background-color: #D0FE73;
}
</style>
border-color css
<style>
span { border-color: #D0FE73; }
span { border-color: rgb(208,254,115); }
td.TdClassName
{
border-color: #D0FE73;
}
.TagClassName
{
border-color: #D0FE73;
}
</style>