Shades of Sulu #D6FA7F
Tints of Sulu #D6FA7F
RGB
CMYK
RGB Variations
Color information
#D6FA7F (or 0xD6FA7F) is known color: Sulu. HEX triplet: D6, FA and 7F. RGB value is (214,250,127). Sum of RGB (Red+Green+Blue) = 214+250+127=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 127 (50% from 255 or 21.49% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FA7F is #290580. Grayscale: #E1E1E1. Windows color (decimal): -2688385 or 8387286. OLE color: 8387286.
HSL color Cylindrical-coordinate representation of color #D6FA7F: hue angle of 77.56º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6FA7F is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 250 | 127 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.02 |
| HSL | 77.56º | 0.92% | 0.74% | - |
| HSV(B) | 77.56º | 0.49% | 0.98% | - |
| XYZ | 65.75 | 84.2 | 32.87 | - |
| YUV | 225.21 | 72.57 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 250 | 127 | 0.14 | 0 | 0.49 | 0.02 | 77.56 | 0.92 | 0.74 |
| Hex | D6 | FA | 7F | E | 0 | 31 | 2 | 4E | 5C | 4A |
| Octal | 326 | 372 | 177 | 16 | 0 | 61 | 2 | 116 | 134 | 112 |
| Binary | 11010110 | 11111010 | 1111111 | 1110 | 0 | 110001 | 10 | 1001110 | 1011100 | 1001010 |
Color Harmonies of #D6FA7F
Complementary color
Monochromatic Colors of #D6FA7F
Black with #D6FA7F
Text Example
Text Example
White with #D6FA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FA7F; }
p { color: rgb(214,250,127); }
H1.HeaderClassName
{
color: #D6FA7F;
}
.AnyTagClassName
{
color: #D6FA7F;
}
</style>
background-color css
<style>
a { background-color: #D6FA7F; }
a { background-color: rgb(214,250,127); }
div.DivClassName
{
background-color: #D6FA7F;
}
.BgClassName
{
background-color: #D6FA7F;
}
</style>
border-color css
<style>
span { border-color: #D6FA7F; }
span { border-color: rgb(214,250,127); }
td.TdClassName
{
border-color: #D6FA7F;
}
.TagClassName
{
border-color: #D6FA7F;
}
</style>