Shades of Sulu #D5F77B
Tints of Sulu #D5F77B
RGB
CMYK
RGB Variations
Color information
#D5F77B (or 0xD5F77B) is known color: Sulu. HEX triplet: D5, F7 and 7B. RGB value is (213,247,123). Sum of RGB (Red+Green+Blue) = 213+247+123=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 247 (96.88% from 255 or 42.37% from 583); Blue value is 123 (48.44% from 255 or 21.10% from 583); Max value from RGB is 247 - color contains mainly: green. Hex color #D5F77B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F77B is #2A0884. Grayscale: #DFDFDF. Windows color (decimal): -2754693 or 8124373. OLE color: 8124373.
HSL color Cylindrical-coordinate representation of color #D5F77B: hue angle of 76.45º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5F77B is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 247 | 123 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.03 |
| HSL | 76.45º | 0.89% | 0.73% | - |
| HSV(B) | 76.45º | 0.5% | 0.97% | - |
| XYZ | 64.28 | 82.1 | 31.2 | - |
| YUV | 222.7 | 71.74 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 247 | 123 | 0.14 | 0 | 0.50 | 0.03 | 76.45 | 0.89 | 0.73 |
| Hex | D5 | F7 | 7B | E | 0 | 32 | 3 | 4C | 59 | 49 |
| Octal | 325 | 367 | 173 | 16 | 0 | 62 | 3 | 114 | 131 | 111 |
| Binary | 11010101 | 11110111 | 1111011 | 1110 | 0 | 110010 | 11 | 1001100 | 1011001 | 1001001 |
Color Harmonies of #D5F77B
Complementary color
Monochromatic Colors of #D5F77B
Black with #D5F77B
Text Example
Text Example
White with #D5F77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F77B; }
p { color: rgb(213,247,123); }
H1.HeaderClassName
{
color: #D5F77B;
}
.AnyTagClassName
{
color: #D5F77B;
}
</style>
background-color css
<style>
a { background-color: #D5F77B; }
a { background-color: rgb(213,247,123); }
div.DivClassName
{
background-color: #D5F77B;
}
.BgClassName
{
background-color: #D5F77B;
}
</style>
border-color css
<style>
span { border-color: #D5F77B; }
span { border-color: rgb(213,247,123); }
td.TdClassName
{
border-color: #D5F77B;
}
.TagClassName
{
border-color: #D5F77B;
}
</style>