Shades of Sulu #D3FC7B
Tints of Sulu #D3FC7B
RGB
CMYK
RGB Variations
Color information
#D3FC7B (or 0xD3FC7B) is known color: Sulu. HEX triplet: D3, FC and 7B. RGB value is (211,252,123). Sum of RGB (Red+Green+Blue) = 211+252+123=586 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.01% from 586); Green value is 252 (98.83% from 255 or 43.00% from 586); Blue value is 123 (48.44% from 255 or 20.99% from 586); Max value from RGB is 252 - color contains mainly: green. Hex color #D3FC7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FC7B is #2C0384. Grayscale: #E1E1E1. Windows color (decimal): -2884485 or 8125651. OLE color: 8125651.
HSL color Cylindrical-coordinate representation of color #D3FC7B: hue angle of 79.07º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D3FC7B is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 252 | 123 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.01 |
| HSL | 79.07º | 0.96% | 0.74% | - |
| HSV(B) | 79.07º | 0.51% | 0.99% | - |
| XYZ | 65.25 | 84.9 | 31.69 | - |
| YUV | 225.04 | 70.42 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 252 | 123 | 0.16 | 0 | 0.51 | 0.01 | 79.07 | 0.96 | 0.74 |
| Hex | D3 | FC | 7B | 10 | 0 | 33 | 1 | 4F | 60 | 4A |
| Octal | 323 | 374 | 173 | 20 | 0 | 63 | 1 | 117 | 140 | 112 |
| Binary | 11010011 | 11111100 | 1111011 | 10000 | 0 | 110011 | 1 | 1001111 | 1100000 | 1001010 |
Color Harmonies of #D3FC7B
Complementary color
Monochromatic Colors of #D3FC7B
Black with #D3FC7B
Text Example
Text Example
White with #D3FC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FC7B; }
p { color: rgb(211,252,123); }
H1.HeaderClassName
{
color: #D3FC7B;
}
.AnyTagClassName
{
color: #D3FC7B;
}
</style>
background-color css
<style>
a { background-color: #D3FC7B; }
a { background-color: rgb(211,252,123); }
div.DivClassName
{
background-color: #D3FC7B;
}
.BgClassName
{
background-color: #D3FC7B;
}
</style>
border-color css
<style>
span { border-color: #D3FC7B; }
span { border-color: rgb(211,252,123); }
td.TdClassName
{
border-color: #D3FC7B;
}
.TagClassName
{
border-color: #D3FC7B;
}
</style>