Shades of Sulu #D6FF7B
Tints of Sulu #D6FF7B
RGB
CMYK
RGB Variations
Color information
#D6FF7B (or 0xD6FF7B) is known color: Sulu. HEX triplet: D6, FF and 7B. RGB value is (214,255,123). Sum of RGB (Red+Green+Blue) = 214+255+123=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 123 (48.44% from 255 or 20.78% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FF7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FF7B is #290084. Grayscale: #E4E4E4. Windows color (decimal): -2687109 or 8126422. OLE color: 8126422.
HSL color Cylindrical-coordinate representation of color #D6FF7B: hue angle of 78.64º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D6FF7B is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 255 | 123 | - |
| CMYK | 0.16 | 0 | 0.52 | 0 |
| HSL | 78.64º | 1% | 0.74% | - |
| HSV(B) | 78.64º | 0.52% | 1% | - |
| XYZ | 67.07 | 87.25 | 32.04 | - |
| YUV | 227.69 | 68.92 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 255 | 123 | 0.16 | 0 | 0.52 | 0 | 78.64 | 1 | 0.74 |
| Hex | D6 | FF | 7B | 10 | 0 | 34 | 0 | 4F | 64 | 4A |
| Octal | 326 | 377 | 173 | 20 | 0 | 64 | 0 | 117 | 144 | 112 |
| Binary | 11010110 | 11111111 | 1111011 | 10000 | 0 | 110100 | 0 | 1001111 | 1100100 | 1001010 |
Color Harmonies of #D6FF7B
Complementary color
Monochromatic Colors of #D6FF7B
Black with #D6FF7B
Text Example
Text Example
White with #D6FF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FF7B; }
p { color: rgb(214,255,123); }
H1.HeaderClassName
{
color: #D6FF7B;
}
.AnyTagClassName
{
color: #D6FF7B;
}
</style>
background-color css
<style>
a { background-color: #D6FF7B; }
a { background-color: rgb(214,255,123); }
div.DivClassName
{
background-color: #D6FF7B;
}
.BgClassName
{
background-color: #D6FF7B;
}
</style>
border-color css
<style>
span { border-color: #D6FF7B; }
span { border-color: rgb(214,255,123); }
td.TdClassName
{
border-color: #D6FF7B;
}
.TagClassName
{
border-color: #D6FF7B;
}
</style>