Shades of Sulu #D0F382
Tints of Sulu #D0F382
RGB
CMYK
RGB Variations
Color information
#D0F382 (or 0xD0F382) is known color: Sulu. HEX triplet: D0, F3 and 82. RGB value is (208,243,130). Sum of RGB (Red+Green+Blue) = 208+243+130=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 243 (95.31% from 255 or 41.82% from 581); Blue value is 130 (51.17% from 255 or 22.38% from 581); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F382 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F382 is #2F0C7D. Grayscale: #DCDCDC. Windows color (decimal): -3083390 or 8582096. OLE color: 8582096.
HSL color Cylindrical-coordinate representation of color #D0F382: hue angle of 78.58º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0F382 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 243 | 130 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.05 |
| HSL | 78.58º | 0.82% | 0.73% | - |
| HSV(B) | 78.58º | 0.47% | 0.95% | - |
| XYZ | 62.09 | 79.12 | 33.12 | - |
| YUV | 219.65 | 77.4 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 243 | 130 | 0.14 | 0 | 0.47 | 0.05 | 78.58 | 0.82 | 0.73 |
| Hex | D0 | F3 | 82 | E | 0 | 2F | 5 | 4F | 52 | 49 |
| Octal | 320 | 363 | 202 | 16 | 0 | 57 | 5 | 117 | 122 | 111 |
| Binary | 11010000 | 11110011 | 10000010 | 1110 | 0 | 101111 | 101 | 1001111 | 1010010 | 1001001 |
Color Harmonies of #D0F382
Complementary color
Monochromatic Colors of #D0F382
Black with #D0F382
Text Example
Text Example
White with #D0F382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F382; }
p { color: rgb(208,243,130); }
H1.HeaderClassName
{
color: #D0F382;
}
.AnyTagClassName
{
color: #D0F382;
}
</style>
background-color css
<style>
a { background-color: #D0F382; }
a { background-color: rgb(208,243,130); }
div.DivClassName
{
background-color: #D0F382;
}
.BgClassName
{
background-color: #D0F382;
}
</style>
border-color css
<style>
span { border-color: #D0F382; }
span { border-color: rgb(208,243,130); }
td.TdClassName
{
border-color: #D0F382;
}
.TagClassName
{
border-color: #D0F382;
}
</style>