Shades of Sulu #D6FB7F
Tints of Sulu #D6FB7F
RGB
CMYK
RGB Variations
Color information
#D6FB7F (or 0xD6FB7F) is known color: Sulu. HEX triplet: D6, FB and 7F. RGB value is (214,251,127). Sum of RGB (Red+Green+Blue) = 214+251+127=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 251 (98.44% from 255 or 42.40% from 592); Blue value is 127 (50% from 255 or 21.45% from 592); Max value from RGB is 251 - color contains mainly: green. Hex color #D6FB7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FB7F is #290480. Grayscale: #E2E2E2. Windows color (decimal): -2688129 or 8387542. OLE color: 8387542.
HSL color Cylindrical-coordinate representation of color #D6FB7F: hue angle of 77.9º degrees, saturation: 0.94, 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 #D6FB7F is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 251 | 127 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.02 |
| HSL | 77.9º | 0.94% | 0.74% | - |
| HSV(B) | 77.9º | 0.49% | 0.98% | - |
| XYZ | 66.06 | 84.82 | 32.97 | - |
| YUV | 225.8 | 72.24 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 251 | 127 | 0.15 | 0 | 0.49 | 0.02 | 77.9 | 0.94 | 0.74 |
| Hex | D6 | FB | 7F | F | 0 | 31 | 2 | 4E | 5E | 4A |
| Octal | 326 | 373 | 177 | 17 | 0 | 61 | 2 | 116 | 136 | 112 |
| Binary | 11010110 | 11111011 | 1111111 | 1111 | 0 | 110001 | 10 | 1001110 | 1011110 | 1001010 |
Color Harmonies of #D6FB7F
Complementary color
Monochromatic Colors of #D6FB7F
Black with #D6FB7F
Text Example
Text Example
White with #D6FB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FB7F; }
p { color: rgb(214,251,127); }
H1.HeaderClassName
{
color: #D6FB7F;
}
.AnyTagClassName
{
color: #D6FB7F;
}
</style>
background-color css
<style>
a { background-color: #D6FB7F; }
a { background-color: rgb(214,251,127); }
div.DivClassName
{
background-color: #D6FB7F;
}
.BgClassName
{
background-color: #D6FB7F;
}
</style>
border-color css
<style>
span { border-color: #D6FB7F; }
span { border-color: rgb(214,251,127); }
td.TdClassName
{
border-color: #D6FB7F;
}
.TagClassName
{
border-color: #D6FB7F;
}
</style>