Shades of Sulu #D6FA7B
Tints of Sulu #D6FA7B
RGB
CMYK
RGB Variations
Color information
#D6FA7B (or 0xD6FA7B) is known color: Sulu. HEX triplet: D6, FA and 7B. RGB value is (214,250,123). Sum of RGB (Red+Green+Blue) = 214+250+123=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 123 (48.44% from 255 or 20.95% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FA7B is #290584. Grayscale: #E1E1E1. Windows color (decimal): -2688389 or 8125142. OLE color: 8125142.
HSL color Cylindrical-coordinate representation of color #D6FA7B: hue angle of 77.01º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6FA7B is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 250 | 123 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.02 |
| HSL | 77.01º | 0.93% | 0.73% | - |
| HSV(B) | 77.01º | 0.51% | 0.98% | - |
| XYZ | 65.49 | 84.1 | 31.52 | - |
| YUV | 224.76 | 70.57 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 250 | 123 | 0.14 | 0 | 0.51 | 0.02 | 77.01 | 0.93 | 0.73 |
| Hex | D6 | FA | 7B | E | 0 | 33 | 2 | 4D | 5D | 49 |
| Octal | 326 | 372 | 173 | 16 | 0 | 63 | 2 | 115 | 135 | 111 |
| Binary | 11010110 | 11111010 | 1111011 | 1110 | 0 | 110011 | 10 | 1001101 | 1011101 | 1001001 |
Color Harmonies of #D6FA7B
Complementary color
Monochromatic Colors of #D6FA7B
Black with #D6FA7B
Text Example
Text Example
White with #D6FA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FA7B; }
p { color: rgb(214,250,123); }
H1.HeaderClassName
{
color: #D6FA7B;
}
.AnyTagClassName
{
color: #D6FA7B;
}
</style>
background-color css
<style>
a { background-color: #D6FA7B; }
a { background-color: rgb(214,250,123); }
div.DivClassName
{
background-color: #D6FA7B;
}
.BgClassName
{
background-color: #D6FA7B;
}
</style>
border-color css
<style>
span { border-color: #D6FA7B; }
span { border-color: rgb(214,250,123); }
td.TdClassName
{
border-color: #D6FA7B;
}
.TagClassName
{
border-color: #D6FA7B;
}
</style>