Shades of Sulu #D4EF83
Tints of Sulu #D4EF83
RGB
CMYK
RGB Variations
Color information
#D4EF83 (or 0xD4EF83) is known color: Sulu. HEX triplet: D4, EF and 83. RGB value is (212,239,131). Sum of RGB (Red+Green+Blue) = 212+239+131=582 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.43% from 582); Green value is 239 (93.75% from 255 or 41.07% from 582); Blue value is 131 (51.56% from 255 or 22.51% from 582); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EF83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EF83 is #2B107C. Grayscale: #DBDBDB. Windows color (decimal): -2822269 or 8646612. OLE color: 8646612.
HSL color Cylindrical-coordinate representation of color #D4EF83: hue angle of 75º 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 #D4EF83 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 239 | 131 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.06 |
| HSL | 75º | 0.77% | 0.73% | - |
| HSV(B) | 75º | 0.45% | 0.94% | - |
| XYZ | 62.11 | 77.37 | 33.13 | - |
| YUV | 218.62 | 78.55 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 239 | 131 | 0.11 | 0 | 0.45 | 0.06 | 75 | 0.77 | 0.73 |
| Hex | D4 | EF | 83 | B | 0 | 2D | 6 | 4B | 4D | 49 |
| Octal | 324 | 357 | 203 | 13 | 0 | 55 | 6 | 113 | 115 | 111 |
| Binary | 11010100 | 11101111 | 10000011 | 1011 | 0 | 101101 | 110 | 1001011 | 1001101 | 1001001 |
Color Harmonies of #D4EF83
Complementary color
Monochromatic Colors of #D4EF83
Black with #D4EF83
Text Example
Text Example
White with #D4EF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EF83; }
p { color: rgb(212,239,131); }
H1.HeaderClassName
{
color: #D4EF83;
}
.AnyTagClassName
{
color: #D4EF83;
}
</style>
background-color css
<style>
a { background-color: #D4EF83; }
a { background-color: rgb(212,239,131); }
div.DivClassName
{
background-color: #D4EF83;
}
.BgClassName
{
background-color: #D4EF83;
}
</style>
border-color css
<style>
span { border-color: #D4EF83; }
span { border-color: rgb(212,239,131); }
td.TdClassName
{
border-color: #D4EF83;
}
.TagClassName
{
border-color: #D4EF83;
}
</style>