Shades of Sulu #D3F67C
Tints of Sulu #D3F67C
RGB
CMYK
RGB Variations
Color information
#D3F67C (or 0xD3F67C) is known color: Sulu. HEX triplet: D3, F6 and 7C. RGB value is (211,246,124). Sum of RGB (Red+Green+Blue) = 211+246+124=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 246 (96.48% from 255 or 42.34% from 581); Blue value is 124 (48.83% from 255 or 21.34% from 581); Max value from RGB is 246 - color contains mainly: green. Hex color #D3F67C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F67C is #2C0983. Grayscale: #DEDEDE. Windows color (decimal): -2886020 or 8189651. OLE color: 8189651.
HSL color Cylindrical-coordinate representation of color #D3F67C: hue angle of 77.21º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D3F67C is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 246 | 124 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.04 |
| HSL | 77.21º | 0.87% | 0.73% | - |
| HSV(B) | 77.21º | 0.5% | 0.96% | - |
| XYZ | 63.46 | 81.22 | 31.4 | - |
| YUV | 221.63 | 72.9 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 246 | 124 | 0.14 | 0 | 0.50 | 0.04 | 77.21 | 0.87 | 0.73 |
| Hex | D3 | F6 | 7C | E | 0 | 32 | 4 | 4D | 57 | 49 |
| Octal | 323 | 366 | 174 | 16 | 0 | 62 | 4 | 115 | 127 | 111 |
| Binary | 11010011 | 11110110 | 1111100 | 1110 | 0 | 110010 | 100 | 1001101 | 1010111 | 1001001 |
Color Harmonies of #D3F67C
Complementary color
Monochromatic Colors of #D3F67C
Black with #D3F67C
Text Example
Text Example
White with #D3F67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F67C; }
p { color: rgb(211,246,124); }
H1.HeaderClassName
{
color: #D3F67C;
}
.AnyTagClassName
{
color: #D3F67C;
}
</style>
background-color css
<style>
a { background-color: #D3F67C; }
a { background-color: rgb(211,246,124); }
div.DivClassName
{
background-color: #D3F67C;
}
.BgClassName
{
background-color: #D3F67C;
}
</style>
border-color css
<style>
span { border-color: #D3F67C; }
span { border-color: rgb(211,246,124); }
td.TdClassName
{
border-color: #D3F67C;
}
.TagClassName
{
border-color: #D3F67C;
}
</style>