Shades of Sulu #D6FF7E
Tints of Sulu #D6FF7E
RGB
CMYK
RGB Variations
Color information
#D6FF7E (or 0xD6FF7E) is known color: Sulu. HEX triplet: D6, FF and 7E. RGB value is (214,255,126). Sum of RGB (Red+Green+Blue) = 214+255+126=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 126 (49.61% from 255 or 21.18% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FF7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FF7E is #290081. Grayscale: #E4E4E4. Windows color (decimal): -2687106 or 8323030. OLE color: 8323030.
HSL color Cylindrical-coordinate representation of color #D6FF7E: hue angle of 79.07º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6FF7E is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 255 | 126 | - |
| CMYK | 0.16 | 0 | 0.51 | 0 |
| HSL | 79.07º | 1% | 0.75% | - |
| HSV(B) | 79.07º | 0.51% | 1% | - |
| XYZ | 67.26 | 87.32 | 33.05 | - |
| YUV | 228.04 | 70.42 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 255 | 126 | 0.16 | 0 | 0.51 | 0 | 79.07 | 1 | 0.75 |
| Hex | D6 | FF | 7E | 10 | 0 | 33 | 0 | 4F | 64 | 4B |
| Octal | 326 | 377 | 176 | 20 | 0 | 63 | 0 | 117 | 144 | 113 |
| Binary | 11010110 | 11111111 | 1111110 | 10000 | 0 | 110011 | 0 | 1001111 | 1100100 | 1001011 |
Color Harmonies of #D6FF7E
Complementary color
Monochromatic Colors of #D6FF7E
Black with #D6FF7E
Text Example
Text Example
White with #D6FF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FF7E; }
p { color: rgb(214,255,126); }
H1.HeaderClassName
{
color: #D6FF7E;
}
.AnyTagClassName
{
color: #D6FF7E;
}
</style>
background-color css
<style>
a { background-color: #D6FF7E; }
a { background-color: rgb(214,255,126); }
div.DivClassName
{
background-color: #D6FF7E;
}
.BgClassName
{
background-color: #D6FF7E;
}
</style>
border-color css
<style>
span { border-color: #D6FF7E; }
span { border-color: rgb(214,255,126); }
td.TdClassName
{
border-color: #D6FF7E;
}
.TagClassName
{
border-color: #D6FF7E;
}
</style>