Shades of Sulu #D9FE85
Tints of Sulu #D9FE85
RGB
CMYK
RGB Variations
Color information
#D9FE85 (or 0xD9FE85) is known color: Sulu. HEX triplet: D9, FE and 85. RGB value is (217,254,133). Sum of RGB (Red+Green+Blue) = 217+254+133=604 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.93% from 604); Green value is 254 (99.61% from 255 or 42.05% from 604); Blue value is 133 (52.34% from 255 or 22.02% from 604); Max value from RGB is 254 - color contains mainly: green. Hex color #D9FE85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FE85 is #26017A. Grayscale: #E5E5E5. Windows color (decimal): -2490747 or 8781529. OLE color: 8781529.
HSL color Cylindrical-coordinate representation of color #D9FE85: hue angle of 78.35º 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 #D9FE85 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 254 | 133 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.00 |
| HSL | 78.35º | 0.98% | 0.76% | - |
| HSV(B) | 78.35º | 0.48% | 1% | - |
| XYZ | 68.29 | 87.33 | 35.45 | - |
| YUV | 229.14 | 73.74 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 254 | 133 | 0.15 | 0 | 0.48 | 0.00 | 78.35 | 0.98 | 0.76 |
| Hex | D9 | FE | 85 | F | 0 | 30 | 0 | 4E | 62 | 4C |
| Octal | 331 | 376 | 205 | 17 | 0 | 60 | 0 | 116 | 142 | 114 |
| Binary | 11011001 | 11111110 | 10000101 | 1111 | 0 | 110000 | 0 | 1001110 | 1100010 | 1001100 |
Color Harmonies of #D9FE85
Complementary color
Monochromatic Colors of #D9FE85
Black with #D9FE85
Text Example
Text Example
White with #D9FE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FE85; }
p { color: rgb(217,254,133); }
H1.HeaderClassName
{
color: #D9FE85;
}
.AnyTagClassName
{
color: #D9FE85;
}
</style>
background-color css
<style>
a { background-color: #D9FE85; }
a { background-color: rgb(217,254,133); }
div.DivClassName
{
background-color: #D9FE85;
}
.BgClassName
{
background-color: #D9FE85;
}
</style>
border-color css
<style>
span { border-color: #D9FE85; }
span { border-color: rgb(217,254,133); }
td.TdClassName
{
border-color: #D9FE85;
}
.TagClassName
{
border-color: #D9FE85;
}
</style>