Shades of Sulu #D5EF83
Tints of Sulu #D5EF83
RGB
CMYK
RGB Variations
Color information
#D5EF83 (or 0xD5EF83) is known color: Sulu. HEX triplet: D5, EF and 83. RGB value is (213,239,131). Sum of RGB (Red+Green+Blue) = 213+239+131=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 131 (51.56% from 255 or 22.47% from 583); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EF83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EF83 is #2A107C. Grayscale: #DBDBDB. Windows color (decimal): -2756733 or 8646613. OLE color: 8646613.
HSL color Cylindrical-coordinate representation of color #D5EF83: hue angle of 74.44º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5EF83 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 131 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.06 |
| HSL | 74.44º | 0.77% | 0.73% | - |
| HSV(B) | 74.44º | 0.45% | 0.94% | - |
| XYZ | 62.4 | 77.52 | 33.15 | - |
| YUV | 218.91 | 78.39 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 131 | 0.11 | 0 | 0.45 | 0.06 | 74.44 | 0.77 | 0.73 |
| Hex | D5 | EF | 83 | B | 0 | 2D | 6 | 4A | 4D | 49 |
| Octal | 325 | 357 | 203 | 13 | 0 | 55 | 6 | 112 | 115 | 111 |
| Binary | 11010101 | 11101111 | 10000011 | 1011 | 0 | 101101 | 110 | 1001010 | 1001101 | 1001001 |
Color Harmonies of #D5EF83
Complementary color
Monochromatic Colors of #D5EF83
Black with #D5EF83
Text Example
Text Example
White with #D5EF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EF83; }
p { color: rgb(213,239,131); }
H1.HeaderClassName
{
color: #D5EF83;
}
.AnyTagClassName
{
color: #D5EF83;
}
</style>
background-color css
<style>
a { background-color: #D5EF83; }
a { background-color: rgb(213,239,131); }
div.DivClassName
{
background-color: #D5EF83;
}
.BgClassName
{
background-color: #D5EF83;
}
</style>
border-color css
<style>
span { border-color: #D5EF83; }
span { border-color: rgb(213,239,131); }
td.TdClassName
{
border-color: #D5EF83;
}
.TagClassName
{
border-color: #D5EF83;
}
</style>