Shades of Sulu #D0F182
Tints of Sulu #D0F182
RGB
CMYK
RGB Variations
Color information
#D0F182 (or 0xD0F182) is known color: Sulu. HEX triplet: D0, F1 and 82. RGB value is (208,241,130). Sum of RGB (Red+Green+Blue) = 208+241+130=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 241 (94.53% from 255 or 41.62% from 579); Blue value is 130 (51.17% from 255 or 22.45% from 579); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F182 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F182 is #2F0E7D. Grayscale: #DADADA. Windows color (decimal): -3083902 or 8581584. OLE color: 8581584.
HSL color Cylindrical-coordinate representation of color #D0F182: hue angle of 77.84º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0F182 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 130 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.05 |
| HSL | 77.84º | 0.8% | 0.73% | - |
| HSV(B) | 77.84º | 0.46% | 0.95% | - |
| XYZ | 61.5 | 77.93 | 32.92 | - |
| YUV | 218.48 | 78.07 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 130 | 0.14 | 0 | 0.46 | 0.05 | 77.84 | 0.8 | 0.73 |
| Hex | D0 | F1 | 82 | E | 0 | 2E | 5 | 4E | 50 | 49 |
| Octal | 320 | 361 | 202 | 16 | 0 | 56 | 5 | 116 | 120 | 111 |
| Binary | 11010000 | 11110001 | 10000010 | 1110 | 0 | 101110 | 101 | 1001110 | 1010000 | 1001001 |
Color Harmonies of #D0F182
Complementary color
Monochromatic Colors of #D0F182
Black with #D0F182
Text Example
Text Example
White with #D0F182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F182; }
p { color: rgb(208,241,130); }
H1.HeaderClassName
{
color: #D0F182;
}
.AnyTagClassName
{
color: #D0F182;
}
</style>
background-color css
<style>
a { background-color: #D0F182; }
a { background-color: rgb(208,241,130); }
div.DivClassName
{
background-color: #D0F182;
}
.BgClassName
{
background-color: #D0F182;
}
</style>
border-color css
<style>
span { border-color: #D0F182; }
span { border-color: rgb(208,241,130); }
td.TdClassName
{
border-color: #D0F182;
}
.TagClassName
{
border-color: #D0F182;
}
</style>