Shades of Sulu #D3F97B
Tints of Sulu #D3F97B
RGB
CMYK
RGB Variations
Color information
#D3F97B (or 0xD3F97B) is known color: Sulu. HEX triplet: D3, F9 and 7B. RGB value is (211,249,123). Sum of RGB (Red+Green+Blue) = 211+249+123=583 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.19% from 583); Green value is 249 (97.66% from 255 or 42.71% from 583); Blue value is 123 (48.44% from 255 or 21.10% from 583); Max value from RGB is 249 - color contains mainly: green. Hex color #D3F97B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F97B is #2C0684. Grayscale: #DFDFDF. Windows color (decimal): -2885253 or 8124883. OLE color: 8124883.
HSL color Cylindrical-coordinate representation of color #D3F97B: hue angle of 78.1º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D3F97B is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 249 | 123 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.02 |
| HSL | 78.1º | 0.91% | 0.73% | - |
| HSV(B) | 78.1º | 0.51% | 0.98% | - |
| XYZ | 64.31 | 83.03 | 31.38 | - |
| YUV | 223.27 | 71.41 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 249 | 123 | 0.15 | 0 | 0.51 | 0.02 | 78.1 | 0.91 | 0.73 |
| Hex | D3 | F9 | 7B | F | 0 | 33 | 2 | 4E | 5B | 49 |
| Octal | 323 | 371 | 173 | 17 | 0 | 63 | 2 | 116 | 133 | 111 |
| Binary | 11010011 | 11111001 | 1111011 | 1111 | 0 | 110011 | 10 | 1001110 | 1011011 | 1001001 |
Color Harmonies of #D3F97B
Complementary color
Monochromatic Colors of #D3F97B
Black with #D3F97B
Text Example
Text Example
White with #D3F97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F97B; }
p { color: rgb(211,249,123); }
H1.HeaderClassName
{
color: #D3F97B;
}
.AnyTagClassName
{
color: #D3F97B;
}
</style>
background-color css
<style>
a { background-color: #D3F97B; }
a { background-color: rgb(211,249,123); }
div.DivClassName
{
background-color: #D3F97B;
}
.BgClassName
{
background-color: #D3F97B;
}
</style>
border-color css
<style>
span { border-color: #D3F97B; }
span { border-color: rgb(211,249,123); }
td.TdClassName
{
border-color: #D3F97B;
}
.TagClassName
{
border-color: #D3F97B;
}
</style>