Shades of Sulu #D3F88A
Tints of Sulu #D3F88A
RGB
CMYK
RGB Variations
Color information
#D3F88A (or 0xD3F88A) is known color: Sulu. HEX triplet: D3, F8 and 8A. RGB value is (211,248,138). Sum of RGB (Red+Green+Blue) = 211+248+138=597 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.34% from 597); Green value is 248 (97.27% from 255 or 41.54% from 597); Blue value is 138 (54.30% from 255 or 23.12% from 597); Max value from RGB is 248 - color contains mainly: green. Hex color #D3F88A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3F88A is #2C0775. Grayscale: #E0E0E0. Windows color (decimal): -2885494 or 9107667. OLE color: 9107667.
HSL color Cylindrical-coordinate representation of color #D3F88A: hue angle of 80.18º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D3F88A is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 248 | 138 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.03 |
| HSL | 80.18º | 0.89% | 0.76% | - |
| HSV(B) | 80.18º | 0.44% | 0.97% | - |
| XYZ | 65.02 | 82.82 | 36.6 | - |
| YUV | 224.4 | 79.24 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 248 | 138 | 0.15 | 0 | 0.44 | 0.03 | 80.18 | 0.89 | 0.76 |
| Hex | D3 | F8 | 8A | F | 0 | 2C | 3 | 50 | 59 | 4C |
| Octal | 323 | 370 | 212 | 17 | 0 | 54 | 3 | 120 | 131 | 114 |
| Binary | 11010011 | 11111000 | 10001010 | 1111 | 0 | 101100 | 11 | 1010000 | 1011001 | 1001100 |
Color Harmonies of #D3F88A
Complementary color
Monochromatic Colors of #D3F88A
Black with #D3F88A
Text Example
Text Example
White with #D3F88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F88A; }
p { color: rgb(211,248,138); }
H1.HeaderClassName
{
color: #D3F88A;
}
.AnyTagClassName
{
color: #D3F88A;
}
</style>
background-color css
<style>
a { background-color: #D3F88A; }
a { background-color: rgb(211,248,138); }
div.DivClassName
{
background-color: #D3F88A;
}
.BgClassName
{
background-color: #D3F88A;
}
</style>
border-color css
<style>
span { border-color: #D3F88A; }
span { border-color: rgb(211,248,138); }
td.TdClassName
{
border-color: #D3F88A;
}
.TagClassName
{
border-color: #D3F88A;
}
</style>