Shades of Sulu #D5F287
Tints of Sulu #D5F287
RGB
CMYK
RGB Variations
Color information
#D5F287 (or 0xD5F287) is known color: Sulu. HEX triplet: D5, F2 and 87. RGB value is (213,242,135). Sum of RGB (Red+Green+Blue) = 213+242+135=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 135 (53.12% from 255 or 22.88% from 590); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F287 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F287 is #2A0D78. Grayscale: #DDDDDD. Windows color (decimal): -2755961 or 8909525. OLE color: 8909525.
HSL color Cylindrical-coordinate representation of color #D5F287: hue angle of 76.26º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5F287 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 242 | 135 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.05 |
| HSL | 76.26º | 0.8% | 0.74% | - |
| HSV(B) | 76.26º | 0.44% | 0.95% | - |
| XYZ | 63.57 | 79.4 | 34.9 | - |
| YUV | 221.13 | 79.39 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 242 | 135 | 0.12 | 0 | 0.44 | 0.05 | 76.26 | 0.8 | 0.74 |
| Hex | D5 | F2 | 87 | C | 0 | 2C | 5 | 4C | 50 | 4A |
| Octal | 325 | 362 | 207 | 14 | 0 | 54 | 5 | 114 | 120 | 112 |
| Binary | 11010101 | 11110010 | 10000111 | 1100 | 0 | 101100 | 101 | 1001100 | 1010000 | 1001010 |
Color Harmonies of #D5F287
Complementary color
Monochromatic Colors of #D5F287
Black with #D5F287
Text Example
Text Example
White with #D5F287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F287; }
p { color: rgb(213,242,135); }
H1.HeaderClassName
{
color: #D5F287;
}
.AnyTagClassName
{
color: #D5F287;
}
</style>
background-color css
<style>
a { background-color: #D5F287; }
a { background-color: rgb(213,242,135); }
div.DivClassName
{
background-color: #D5F287;
}
.BgClassName
{
background-color: #D5F287;
}
</style>
border-color css
<style>
span { border-color: #D5F287; }
span { border-color: rgb(213,242,135); }
td.TdClassName
{
border-color: #D5F287;
}
.TagClassName
{
border-color: #D5F287;
}
</style>