Shades of Sulu #D3FA8A
Tints of Sulu #D3FA8A
RGB
CMYK
RGB Variations
Color information
#D3FA8A (or 0xD3FA8A) is known color: Sulu. HEX triplet: D3, FA and 8A. RGB value is (211,250,138). Sum of RGB (Red+Green+Blue) = 211+250+138=599 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.23% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 138 (54.30% from 255 or 23.04% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FA8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3FA8A is #2C0575. Grayscale: #E1E1E1. Windows color (decimal): -2884982 or 9108179. OLE color: 9108179.
HSL color Cylindrical-coordinate representation of color #D3FA8A: hue angle of 80.89º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D3FA8A is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 250 | 138 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.02 |
| HSL | 80.89º | 0.92% | 0.76% | - |
| HSV(B) | 80.89º | 0.45% | 0.98% | - |
| XYZ | 65.64 | 84.06 | 36.81 | - |
| YUV | 225.57 | 78.58 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 250 | 138 | 0.16 | 0 | 0.45 | 0.02 | 80.89 | 0.92 | 0.76 |
| Hex | D3 | FA | 8A | 10 | 0 | 2D | 2 | 51 | 5C | 4C |
| Octal | 323 | 372 | 212 | 20 | 0 | 55 | 2 | 121 | 134 | 114 |
| Binary | 11010011 | 11111010 | 10001010 | 10000 | 0 | 101101 | 10 | 1010001 | 1011100 | 1001100 |
Color Harmonies of #D3FA8A
Complementary color
Monochromatic Colors of #D3FA8A
Black with #D3FA8A
Text Example
Text Example
White with #D3FA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FA8A; }
p { color: rgb(211,250,138); }
H1.HeaderClassName
{
color: #D3FA8A;
}
.AnyTagClassName
{
color: #D3FA8A;
}
</style>
background-color css
<style>
a { background-color: #D3FA8A; }
a { background-color: rgb(211,250,138); }
div.DivClassName
{
background-color: #D3FA8A;
}
.BgClassName
{
background-color: #D3FA8A;
}
</style>
border-color css
<style>
span { border-color: #D3FA8A; }
span { border-color: rgb(211,250,138); }
td.TdClassName
{
border-color: #D3FA8A;
}
.TagClassName
{
border-color: #D3FA8A;
}
</style>