Shades of Sulu #D5F184
Tints of Sulu #D5F184
RGB
CMYK
RGB Variations
Color information
#D5F184 (or 0xD5F184) is known color: Sulu. HEX triplet: D5, F1 and 84. RGB value is (213,241,132). Sum of RGB (Red+Green+Blue) = 213+241+132=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 241 (94.53% from 255 or 41.13% from 586); Blue value is 132 (51.95% from 255 or 22.53% from 586); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F184 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F184 is #2A0E7B. Grayscale: #DCDCDC. Windows color (decimal): -2756220 or 8712661. OLE color: 8712661.
HSL color Cylindrical-coordinate representation of color #D5F184: hue angle of 75.41º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5F184 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 241 | 132 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.05 |
| HSL | 75.41º | 0.8% | 0.73% | - |
| HSV(B) | 75.41º | 0.45% | 0.95% | - |
| XYZ | 63.06 | 78.72 | 33.7 | - |
| YUV | 220.2 | 78.22 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 241 | 132 | 0.12 | 0 | 0.45 | 0.05 | 75.41 | 0.8 | 0.73 |
| Hex | D5 | F1 | 84 | C | 0 | 2D | 5 | 4B | 50 | 49 |
| Octal | 325 | 361 | 204 | 14 | 0 | 55 | 5 | 113 | 120 | 111 |
| Binary | 11010101 | 11110001 | 10000100 | 1100 | 0 | 101101 | 101 | 1001011 | 1010000 | 1001001 |
Color Harmonies of #D5F184
Complementary color
Monochromatic Colors of #D5F184
Black with #D5F184
Text Example
Text Example
White with #D5F184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F184; }
p { color: rgb(213,241,132); }
H1.HeaderClassName
{
color: #D5F184;
}
.AnyTagClassName
{
color: #D5F184;
}
</style>
background-color css
<style>
a { background-color: #D5F184; }
a { background-color: rgb(213,241,132); }
div.DivClassName
{
background-color: #D5F184;
}
.BgClassName
{
background-color: #D5F184;
}
</style>
border-color css
<style>
span { border-color: #D5F184; }
span { border-color: rgb(213,241,132); }
td.TdClassName
{
border-color: #D5F184;
}
.TagClassName
{
border-color: #D5F184;
}
</style>