Shades of Sulu #D3F384
Tints of Sulu #D3F384
RGB
CMYK
RGB Variations
Color information
#D3F384 (or 0xD3F384) is known color: Sulu. HEX triplet: D3, F3 and 84. RGB value is (211,243,132). Sum of RGB (Red+Green+Blue) = 211+243+132=586 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.01% from 586); Green value is 243 (95.31% from 255 or 41.47% from 586); Blue value is 132 (51.95% from 255 or 22.53% from 586); Max value from RGB is 243 - color contains mainly: green. Hex color #D3F384 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3F384 is #2C0C7B. Grayscale: #DDDDDD. Windows color (decimal): -2886780 or 8713171. OLE color: 8713171.
HSL color Cylindrical-coordinate representation of color #D3F384: hue angle of 77.3º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D3F384 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 243 | 132 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.05 |
| HSL | 77.3º | 0.82% | 0.74% | - |
| HSV(B) | 77.3º | 0.46% | 0.95% | - |
| XYZ | 63.08 | 79.62 | 33.87 | - |
| YUV | 220.78 | 77.9 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 243 | 132 | 0.13 | 0 | 0.46 | 0.05 | 77.3 | 0.82 | 0.74 |
| Hex | D3 | F3 | 84 | D | 0 | 2E | 5 | 4D | 52 | 4A |
| Octal | 323 | 363 | 204 | 15 | 0 | 56 | 5 | 115 | 122 | 112 |
| Binary | 11010011 | 11110011 | 10000100 | 1101 | 0 | 101110 | 101 | 1001101 | 1010010 | 1001010 |
Color Harmonies of #D3F384
Complementary color
Monochromatic Colors of #D3F384
Black with #D3F384
Text Example
Text Example
White with #D3F384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F384; }
p { color: rgb(211,243,132); }
H1.HeaderClassName
{
color: #D3F384;
}
.AnyTagClassName
{
color: #D3F384;
}
</style>
background-color css
<style>
a { background-color: #D3F384; }
a { background-color: rgb(211,243,132); }
div.DivClassName
{
background-color: #D3F384;
}
.BgClassName
{
background-color: #D3F384;
}
</style>
border-color css
<style>
span { border-color: #D3F384; }
span { border-color: rgb(211,243,132); }
td.TdClassName
{
border-color: #D3F384;
}
.TagClassName
{
border-color: #D3F384;
}
</style>