Shades of Sulu #D0FF8A
Tints of Sulu #D0FF8A
RGB
CMYK
RGB Variations
Color information
#D0FF8A (or 0xD0FF8A) is known color: Sulu. HEX triplet: D0, FF and 8A. RGB value is (208,255,138). Sum of RGB (Red+Green+Blue) = 208+255+138=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 138 (54.30% from 255 or 22.96% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FF8A is #2F0075. Grayscale: #E4E4E4. Windows color (decimal): -3080310 or 9109456. OLE color: 9109456.
HSL color Cylindrical-coordinate representation of color #D0FF8A: hue angle of 84.1º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0FF8A is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 138 | - |
| CMYK | 0.18 | 0 | 0.46 | 0 |
| HSL | 84.1º | 1% | 0.77% | - |
| HSV(B) | 84.1º | 0.46% | 1% | - |
| XYZ | 66.36 | 86.76 | 37.29 | - |
| YUV | 227.61 | 77.43 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 138 | 0.18 | 0 | 0.46 | 0 | 84.1 | 1 | 0.77 |
| Hex | D0 | FF | 8A | 12 | 0 | 2E | 0 | 54 | 64 | 4D |
| Octal | 320 | 377 | 212 | 22 | 0 | 56 | 0 | 124 | 144 | 115 |
| Binary | 11010000 | 11111111 | 10001010 | 10010 | 0 | 101110 | 0 | 1010100 | 1100100 | 1001101 |
Color Harmonies of #D0FF8A
Complementary color
Monochromatic Colors of #D0FF8A
Black with #D0FF8A
Text Example
Text Example
White with #D0FF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FF8A; }
p { color: rgb(208,255,138); }
H1.HeaderClassName
{
color: #D0FF8A;
}
.AnyTagClassName
{
color: #D0FF8A;
}
</style>
background-color css
<style>
a { background-color: #D0FF8A; }
a { background-color: rgb(208,255,138); }
div.DivClassName
{
background-color: #D0FF8A;
}
.BgClassName
{
background-color: #D0FF8A;
}
</style>
border-color css
<style>
span { border-color: #D0FF8A; }
span { border-color: rgb(208,255,138); }
td.TdClassName
{
border-color: #D0FF8A;
}
.TagClassName
{
border-color: #D0FF8A;
}
</style>