Shades of Sulu #D0FE85
Tints of Sulu #D0FE85
RGB
CMYK
RGB Variations
Color information
#D0FE85 (or 0xD0FE85) is known color: Sulu. HEX triplet: D0, FE and 85. RGB value is (208,254,133). Sum of RGB (Red+Green+Blue) = 208+254+133=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 133 (52.34% from 255 or 22.35% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FE85 is #2F017A. Grayscale: #E2E2E2. Windows color (decimal): -3080571 or 8781520. OLE color: 8781520.
HSL color Cylindrical-coordinate representation of color #D0FE85: hue angle of 82.81º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0FE85 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 133 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.00 |
| HSL | 82.81º | 0.98% | 0.76% | - |
| HSV(B) | 82.81º | 0.48% | 1% | - |
| XYZ | 65.69 | 85.99 | 35.33 | - |
| YUV | 226.45 | 75.26 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 133 | 0.18 | 0 | 0.48 | 0.00 | 82.81 | 0.98 | 0.76 |
| Hex | D0 | FE | 85 | 12 | 0 | 30 | 0 | 53 | 62 | 4C |
| Octal | 320 | 376 | 205 | 22 | 0 | 60 | 0 | 123 | 142 | 114 |
| Binary | 11010000 | 11111110 | 10000101 | 10010 | 0 | 110000 | 0 | 1010011 | 1100010 | 1001100 |
Color Harmonies of #D0FE85
Complementary color
Monochromatic Colors of #D0FE85
Black with #D0FE85
Text Example
Text Example
White with #D0FE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE85; }
p { color: rgb(208,254,133); }
H1.HeaderClassName
{
color: #D0FE85;
}
.AnyTagClassName
{
color: #D0FE85;
}
</style>
background-color css
<style>
a { background-color: #D0FE85; }
a { background-color: rgb(208,254,133); }
div.DivClassName
{
background-color: #D0FE85;
}
.BgClassName
{
background-color: #D0FE85;
}
</style>
border-color css
<style>
span { border-color: #D0FE85; }
span { border-color: rgb(208,254,133); }
td.TdClassName
{
border-color: #D0FE85;
}
.TagClassName
{
border-color: #D0FE85;
}
</style>