Shades of Sulu #D3F87B
Tints of Sulu #D3F87B
RGB
CMYK
RGB Variations
Color information
#D3F87B (or 0xD3F87B) is known color: Sulu. HEX triplet: D3, F8 and 7B. RGB value is (211,248,123). Sum of RGB (Red+Green+Blue) = 211+248+123=582 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.25% from 582); Green value is 248 (97.27% from 255 or 42.61% from 582); Blue value is 123 (48.44% from 255 or 21.13% from 582); Max value from RGB is 248 - color contains mainly: green. Hex color #D3F87B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F87B is #2C0784. Grayscale: #DFDFDF. Windows color (decimal): -2885509 or 8124627. OLE color: 8124627.
HSL color Cylindrical-coordinate representation of color #D3F87B: hue angle of 77.76º degrees, saturation: 0.9, 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 #D3F87B is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 248 | 123 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.03 |
| HSL | 77.76º | 0.9% | 0.73% | - |
| HSV(B) | 77.76º | 0.5% | 0.97% | - |
| XYZ | 64.01 | 82.41 | 31.27 | - |
| YUV | 222.69 | 71.74 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 248 | 123 | 0.15 | 0 | 0.50 | 0.03 | 77.76 | 0.9 | 0.73 |
| Hex | D3 | F8 | 7B | F | 0 | 32 | 3 | 4E | 5A | 49 |
| Octal | 323 | 370 | 173 | 17 | 0 | 62 | 3 | 116 | 132 | 111 |
| Binary | 11010011 | 11111000 | 1111011 | 1111 | 0 | 110010 | 11 | 1001110 | 1011010 | 1001001 |
Color Harmonies of #D3F87B
Complementary color
Monochromatic Colors of #D3F87B
Black with #D3F87B
Text Example
Text Example
White with #D3F87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F87B; }
p { color: rgb(211,248,123); }
H1.HeaderClassName
{
color: #D3F87B;
}
.AnyTagClassName
{
color: #D3F87B;
}
</style>
background-color css
<style>
a { background-color: #D3F87B; }
a { background-color: rgb(211,248,123); }
div.DivClassName
{
background-color: #D3F87B;
}
.BgClassName
{
background-color: #D3F87B;
}
</style>
border-color css
<style>
span { border-color: #D3F87B; }
span { border-color: rgb(211,248,123); }
td.TdClassName
{
border-color: #D3F87B;
}
.TagClassName
{
border-color: #D3F87B;
}
</style>