Shades of Sulu #D0FF85
Tints of Sulu #D0FF85
RGB
CMYK
RGB Variations
Color information
#D0FF85 (or 0xD0FF85) is known color: Sulu. HEX triplet: D0, FF and 85. RGB value is (208,255,133). Sum of RGB (Red+Green+Blue) = 208+255+133=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 133 (52.34% from 255 or 22.32% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FF85 is #2F007A. Grayscale: #E3E3E3. Windows color (decimal): -3080315 or 8781776. OLE color: 8781776.
HSL color Cylindrical-coordinate representation of color #D0FF85: hue angle of 83.11º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0FF85 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 133 | - |
| CMYK | 0.18 | 0 | 0.48 | 0 |
| HSL | 83.11º | 1% | 0.76% | - |
| HSV(B) | 83.11º | 0.48% | 1% | - |
| XYZ | 66.01 | 86.62 | 35.43 | - |
| YUV | 227.04 | 74.93 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 133 | 0.18 | 0 | 0.48 | 0 | 83.11 | 1 | 0.76 |
| Hex | D0 | FF | 85 | 12 | 0 | 30 | 0 | 53 | 64 | 4C |
| Octal | 320 | 377 | 205 | 22 | 0 | 60 | 0 | 123 | 144 | 114 |
| Binary | 11010000 | 11111111 | 10000101 | 10010 | 0 | 110000 | 0 | 1010011 | 1100100 | 1001100 |
Color Harmonies of #D0FF85
Complementary color
Monochromatic Colors of #D0FF85
Black with #D0FF85
Text Example
Text Example
White with #D0FF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FF85; }
p { color: rgb(208,255,133); }
H1.HeaderClassName
{
color: #D0FF85;
}
.AnyTagClassName
{
color: #D0FF85;
}
</style>
background-color css
<style>
a { background-color: #D0FF85; }
a { background-color: rgb(208,255,133); }
div.DivClassName
{
background-color: #D0FF85;
}
.BgClassName
{
background-color: #D0FF85;
}
</style>
border-color css
<style>
span { border-color: #D0FF85; }
span { border-color: rgb(208,255,133); }
td.TdClassName
{
border-color: #D0FF85;
}
.TagClassName
{
border-color: #D0FF85;
}
</style>