Shades of Sulu #D3FB7C
Tints of Sulu #D3FB7C
RGB
CMYK
RGB Variations
Color information
#D3FB7C (or 0xD3FB7C) is known color: Sulu. HEX triplet: D3, FB and 7C. RGB value is (211,251,124). Sum of RGB (Red+Green+Blue) = 211+251+124=586 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.01% from 586); Green value is 251 (98.44% from 255 or 42.83% from 586); Blue value is 124 (48.83% from 255 or 21.16% from 586); Max value from RGB is 251 - color contains mainly: green. Hex color #D3FB7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FB7C is #2C0483. Grayscale: #E1E1E1. Windows color (decimal): -2884740 or 8190931. OLE color: 8190931.
HSL color Cylindrical-coordinate representation of color #D3FB7C: hue angle of 78.9º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D3FB7C is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 251 | 124 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.02 |
| HSL | 78.9º | 0.94% | 0.74% | - |
| HSV(B) | 78.9º | 0.51% | 0.98% | - |
| XYZ | 65 | 84.3 | 31.91 | - |
| YUV | 224.56 | 71.25 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 251 | 124 | 0.16 | 0 | 0.51 | 0.02 | 78.9 | 0.94 | 0.74 |
| Hex | D3 | FB | 7C | 10 | 0 | 33 | 2 | 4F | 5E | 4A |
| Octal | 323 | 373 | 174 | 20 | 0 | 63 | 2 | 117 | 136 | 112 |
| Binary | 11010011 | 11111011 | 1111100 | 10000 | 0 | 110011 | 10 | 1001111 | 1011110 | 1001010 |
Color Harmonies of #D3FB7C
Complementary color
Monochromatic Colors of #D3FB7C
Black with #D3FB7C
Text Example
Text Example
White with #D3FB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FB7C; }
p { color: rgb(211,251,124); }
H1.HeaderClassName
{
color: #D3FB7C;
}
.AnyTagClassName
{
color: #D3FB7C;
}
</style>
background-color css
<style>
a { background-color: #D3FB7C; }
a { background-color: rgb(211,251,124); }
div.DivClassName
{
background-color: #D3FB7C;
}
.BgClassName
{
background-color: #D3FB7C;
}
</style>
border-color css
<style>
span { border-color: #D3FB7C; }
span { border-color: rgb(211,251,124); }
td.TdClassName
{
border-color: #D3FB7C;
}
.TagClassName
{
border-color: #D3FB7C;
}
</style>