Shades of Sulu #D3FC7A
Tints of Sulu #D3FC7A
RGB
CMYK
RGB Variations
Color information
#D3FC7A (or 0xD3FC7A) is known color: Sulu. HEX triplet: D3, FC and 7A. RGB value is (211,252,122). Sum of RGB (Red+Green+Blue) = 211+252+122=585 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.07% from 585); Green value is 252 (98.83% from 255 or 43.08% from 585); Blue value is 122 (48.05% from 255 or 20.85% from 585); Max value from RGB is 252 - color contains mainly: green. Hex color #D3FC7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FC7A is #2C0385. Grayscale: #E1E1E1. Windows color (decimal): -2884486 or 8060115. OLE color: 8060115.
HSL color Cylindrical-coordinate representation of color #D3FC7A: hue angle of 78.92º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D3FC7A is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 252 | 122 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.01 |
| HSL | 78.92º | 0.96% | 0.73% | - |
| HSV(B) | 78.92º | 0.52% | 0.99% | - |
| XYZ | 65.19 | 84.87 | 31.36 | - |
| YUV | 224.92 | 69.92 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 252 | 122 | 0.16 | 0 | 0.52 | 0.01 | 78.92 | 0.96 | 0.73 |
| Hex | D3 | FC | 7A | 10 | 0 | 34 | 1 | 4F | 60 | 49 |
| Octal | 323 | 374 | 172 | 20 | 0 | 64 | 1 | 117 | 140 | 111 |
| Binary | 11010011 | 11111100 | 1111010 | 10000 | 0 | 110100 | 1 | 1001111 | 1100000 | 1001001 |
Color Harmonies of #D3FC7A
Complementary color
Monochromatic Colors of #D3FC7A
Black with #D3FC7A
Text Example
Text Example
White with #D3FC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FC7A; }
p { color: rgb(211,252,122); }
H1.HeaderClassName
{
color: #D3FC7A;
}
.AnyTagClassName
{
color: #D3FC7A;
}
</style>
background-color css
<style>
a { background-color: #D3FC7A; }
a { background-color: rgb(211,252,122); }
div.DivClassName
{
background-color: #D3FC7A;
}
.BgClassName
{
background-color: #D3FC7A;
}
</style>
border-color css
<style>
span { border-color: #D3FC7A; }
span { border-color: rgb(211,252,122); }
td.TdClassName
{
border-color: #D3FC7A;
}
.TagClassName
{
border-color: #D3FC7A;
}
</style>