Shades of Sulu #D3F48B
Tints of Sulu #D3F48B
RGB
CMYK
RGB Variations
Color information
#D3F48B (or 0xD3F48B) is known color: Sulu. HEX triplet: D3, F4 and 8B. RGB value is (211,244,139). Sum of RGB (Red+Green+Blue) = 211+244+139=594 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.52% from 594); Green value is 244 (95.70% from 255 or 41.08% from 594); Blue value is 139 (54.69% from 255 or 23.40% from 594); Max value from RGB is 244 - color contains mainly: green. Hex color #D3F48B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3F48B is #2C0B74. Grayscale: #DEDEDE. Windows color (decimal): -2886517 or 9172179. OLE color: 9172179.
HSL color Cylindrical-coordinate representation of color #D3F48B: hue angle of 78.86º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D3F48B is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 244 | 139 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.04 |
| HSL | 78.86º | 0.83% | 0.75% | - |
| HSV(B) | 78.86º | 0.43% | 0.96% | - |
| XYZ | 63.87 | 80.41 | 36.58 | - |
| YUV | 222.16 | 81.07 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 244 | 139 | 0.14 | 0 | 0.43 | 0.04 | 78.86 | 0.83 | 0.75 |
| Hex | D3 | F4 | 8B | E | 0 | 2B | 4 | 4F | 53 | 4B |
| Octal | 323 | 364 | 213 | 16 | 0 | 53 | 4 | 117 | 123 | 113 |
| Binary | 11010011 | 11110100 | 10001011 | 1110 | 0 | 101011 | 100 | 1001111 | 1010011 | 1001011 |
Color Harmonies of #D3F48B
Complementary color
Monochromatic Colors of #D3F48B
Black with #D3F48B
Text Example
Text Example
White with #D3F48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F48B; }
p { color: rgb(211,244,139); }
H1.HeaderClassName
{
color: #D3F48B;
}
.AnyTagClassName
{
color: #D3F48B;
}
</style>
background-color css
<style>
a { background-color: #D3F48B; }
a { background-color: rgb(211,244,139); }
div.DivClassName
{
background-color: #D3F48B;
}
.BgClassName
{
background-color: #D3F48B;
}
</style>
border-color css
<style>
span { border-color: #D3F48B; }
span { border-color: rgb(211,244,139); }
td.TdClassName
{
border-color: #D3F48B;
}
.TagClassName
{
border-color: #D3F48B;
}
</style>