Shades of Sulu #D5FD85
Tints of Sulu #D5FD85
RGB
CMYK
RGB Variations
Color information
#D5FD85 (or 0xD5FD85) is known color: Sulu. HEX triplet: D5, FD and 85. RGB value is (213,253,133). Sum of RGB (Red+Green+Blue) = 213+253+133=599 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.56% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 133 (52.34% from 255 or 22.20% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FD85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FD85 is #2A027A. Grayscale: #E3E3E3. Windows color (decimal): -2753147 or 8781269. OLE color: 8781269.
HSL color Cylindrical-coordinate representation of color #D5FD85: hue angle of 80º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D5FD85 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 253 | 133 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.01 |
| HSL | 80º | 0.97% | 0.76% | - |
| HSV(B) | 80º | 0.47% | 0.99% | - |
| XYZ | 66.8 | 86.09 | 35.29 | - |
| YUV | 227.36 | 74.75 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 253 | 133 | 0.16 | 0 | 0.47 | 0.01 | 80 | 0.97 | 0.76 |
| Hex | D5 | FD | 85 | 10 | 0 | 2F | 1 | 50 | 61 | 4C |
| Octal | 325 | 375 | 205 | 20 | 0 | 57 | 1 | 120 | 141 | 114 |
| Binary | 11010101 | 11111101 | 10000101 | 10000 | 0 | 101111 | 1 | 1010000 | 1100001 | 1001100 |
Color Harmonies of #D5FD85
Complementary color
Monochromatic Colors of #D5FD85
Black with #D5FD85
Text Example
Text Example
White with #D5FD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FD85; }
p { color: rgb(213,253,133); }
H1.HeaderClassName
{
color: #D5FD85;
}
.AnyTagClassName
{
color: #D5FD85;
}
</style>
background-color css
<style>
a { background-color: #D5FD85; }
a { background-color: rgb(213,253,133); }
div.DivClassName
{
background-color: #D5FD85;
}
.BgClassName
{
background-color: #D5FD85;
}
</style>
border-color css
<style>
span { border-color: #D5FD85; }
span { border-color: rgb(213,253,133); }
td.TdClassName
{
border-color: #D5FD85;
}
.TagClassName
{
border-color: #D5FD85;
}
</style>