Shades of Sulu #D3F67D
Tints of Sulu #D3F67D
RGB
CMYK
RGB Variations
Color information
#D3F67D (or 0xD3F67D) is known color: Sulu. HEX triplet: D3, F6 and 7D. RGB value is (211,246,125). Sum of RGB (Red+Green+Blue) = 211+246+125=582 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.25% from 582); Green value is 246 (96.48% from 255 or 42.27% from 582); Blue value is 125 (49.22% from 255 or 21.48% from 582); Max value from RGB is 246 - color contains mainly: green. Hex color #D3F67D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F67D is #2C0982. Grayscale: #DEDEDE. Windows color (decimal): -2886019 or 8255187. OLE color: 8255187.
HSL color Cylindrical-coordinate representation of color #D3F67D: hue angle of 77.36º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D3F67D is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 246 | 125 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.04 |
| HSL | 77.36º | 0.87% | 0.73% | - |
| HSV(B) | 77.36º | 0.49% | 0.96% | - |
| XYZ | 63.52 | 81.24 | 31.74 | - |
| YUV | 221.74 | 73.4 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 246 | 125 | 0.14 | 0 | 0.49 | 0.04 | 77.36 | 0.87 | 0.73 |
| Hex | D3 | F6 | 7D | E | 0 | 31 | 4 | 4D | 57 | 49 |
| Octal | 323 | 366 | 175 | 16 | 0 | 61 | 4 | 115 | 127 | 111 |
| Binary | 11010011 | 11110110 | 1111101 | 1110 | 0 | 110001 | 100 | 1001101 | 1010111 | 1001001 |
Color Harmonies of #D3F67D
Complementary color
Monochromatic Colors of #D3F67D
Black with #D3F67D
Text Example
Text Example
White with #D3F67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F67D; }
p { color: rgb(211,246,125); }
H1.HeaderClassName
{
color: #D3F67D;
}
.AnyTagClassName
{
color: #D3F67D;
}
</style>
background-color css
<style>
a { background-color: #D3F67D; }
a { background-color: rgb(211,246,125); }
div.DivClassName
{
background-color: #D3F67D;
}
.BgClassName
{
background-color: #D3F67D;
}
</style>
border-color css
<style>
span { border-color: #D3F67D; }
span { border-color: rgb(211,246,125); }
td.TdClassName
{
border-color: #D3F67D;
}
.TagClassName
{
border-color: #D3F67D;
}
</style>