Shades of Sulu #D5F37F
Tints of Sulu #D5F37F
RGB
CMYK
RGB Variations
Color information
#D5F37F (or 0xD5F37F) is known color: Sulu. HEX triplet: D5, F3 and 7F. RGB value is (213,243,127). Sum of RGB (Red+Green+Blue) = 213+243+127=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 243 (95.31% from 255 or 41.68% from 583); Blue value is 127 (50% from 255 or 21.78% from 583); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F37F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F37F is #2A0C80. Grayscale: #DDDDDD. Windows color (decimal): -2755713 or 8385493. OLE color: 8385493.
HSL color Cylindrical-coordinate representation of color #D5F37F: hue angle of 75.52º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5F37F is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 243 | 127 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.05 |
| HSL | 75.52º | 0.83% | 0.73% | - |
| HSV(B) | 75.52º | 0.48% | 0.95% | - |
| XYZ | 63.32 | 79.78 | 32.14 | - |
| YUV | 220.81 | 75.06 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 243 | 127 | 0.12 | 0 | 0.48 | 0.05 | 75.52 | 0.83 | 0.73 |
| Hex | D5 | F3 | 7F | C | 0 | 30 | 5 | 4C | 53 | 49 |
| Octal | 325 | 363 | 177 | 14 | 0 | 60 | 5 | 114 | 123 | 111 |
| Binary | 11010101 | 11110011 | 1111111 | 1100 | 0 | 110000 | 101 | 1001100 | 1010011 | 1001001 |
Color Harmonies of #D5F37F
Complementary color
Monochromatic Colors of #D5F37F
Black with #D5F37F
Text Example
Text Example
White with #D5F37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F37F; }
p { color: rgb(213,243,127); }
H1.HeaderClassName
{
color: #D5F37F;
}
.AnyTagClassName
{
color: #D5F37F;
}
</style>
background-color css
<style>
a { background-color: #D5F37F; }
a { background-color: rgb(213,243,127); }
div.DivClassName
{
background-color: #D5F37F;
}
.BgClassName
{
background-color: #D5F37F;
}
</style>
border-color css
<style>
span { border-color: #D5F37F; }
span { border-color: rgb(213,243,127); }
td.TdClassName
{
border-color: #D5F37F;
}
.TagClassName
{
border-color: #D5F37F;
}
</style>