Shades of Sulu #D3F084
Tints of Sulu #D3F084
RGB
CMYK
RGB Variations
Color information
#D3F084 (or 0xD3F084) is known color: Sulu. HEX triplet: D3, F0 and 84. RGB value is (211,240,132). Sum of RGB (Red+Green+Blue) = 211+240+132=583 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.19% from 583); Green value is 240 (94.14% from 255 or 41.17% from 583); Blue value is 132 (51.95% from 255 or 22.64% from 583); Max value from RGB is 240 - color contains mainly: green. Hex color #D3F084 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3F084 is #2C0F7B. Grayscale: #DBDBDB. Windows color (decimal): -2887548 or 8712403. OLE color: 8712403.
HSL color Cylindrical-coordinate representation of color #D3F084: hue angle of 76.11º degrees, saturation: 0.78, 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 #D3F084 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 240 | 132 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.06 |
| HSL | 76.11º | 0.78% | 0.73% | - |
| HSV(B) | 76.11º | 0.45% | 0.94% | - |
| XYZ | 62.19 | 77.84 | 33.58 | - |
| YUV | 219.02 | 78.89 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 240 | 132 | 0.12 | 0 | 0.45 | 0.06 | 76.11 | 0.78 | 0.73 |
| Hex | D3 | F0 | 84 | C | 0 | 2D | 6 | 4C | 4E | 49 |
| Octal | 323 | 360 | 204 | 14 | 0 | 55 | 6 | 114 | 116 | 111 |
| Binary | 11010011 | 11110000 | 10000100 | 1100 | 0 | 101101 | 110 | 1001100 | 1001110 | 1001001 |
Color Harmonies of #D3F084
Complementary color
Monochromatic Colors of #D3F084
Black with #D3F084
Text Example
Text Example
White with #D3F084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F084; }
p { color: rgb(211,240,132); }
H1.HeaderClassName
{
color: #D3F084;
}
.AnyTagClassName
{
color: #D3F084;
}
</style>
background-color css
<style>
a { background-color: #D3F084; }
a { background-color: rgb(211,240,132); }
div.DivClassName
{
background-color: #D3F084;
}
.BgClassName
{
background-color: #D3F084;
}
</style>
border-color css
<style>
span { border-color: #D3F084; }
span { border-color: rgb(211,240,132); }
td.TdClassName
{
border-color: #D3F084;
}
.TagClassName
{
border-color: #D3F084;
}
</style>