Shades of Sulu #D7FF7C
Tints of Sulu #D7FF7C
RGB
CMYK
RGB Variations
Color information
#D7FF7C (or 0xD7FF7C) is known color: Sulu. HEX triplet: D7, FF and 7C. RGB value is (215,255,124). Sum of RGB (Red+Green+Blue) = 215+255+124=594 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.20% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 124 (48.83% from 255 or 20.88% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #D7FF7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7FF7C is #280083. Grayscale: #E4E4E4. Windows color (decimal): -2621572 or 8191959. OLE color: 8191959.
HSL color Cylindrical-coordinate representation of color #D7FF7C: hue angle of 78.32º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D7FF7C is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 255 | 124 | - |
| CMYK | 0.16 | 0 | 0.51 | 0 |
| HSL | 78.32º | 1% | 0.74% | - |
| HSV(B) | 78.32º | 0.51% | 1% | - |
| XYZ | 67.42 | 87.42 | 32.39 | - |
| YUV | 228.11 | 69.25 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 255 | 124 | 0.16 | 0 | 0.51 | 0 | 78.32 | 1 | 0.74 |
| Hex | D7 | FF | 7C | 10 | 0 | 33 | 0 | 4E | 64 | 4A |
| Octal | 327 | 377 | 174 | 20 | 0 | 63 | 0 | 116 | 144 | 112 |
| Binary | 11010111 | 11111111 | 1111100 | 10000 | 0 | 110011 | 0 | 1001110 | 1100100 | 1001010 |
Color Harmonies of #D7FF7C
Complementary color
Monochromatic Colors of #D7FF7C
Black with #D7FF7C
Text Example
Text Example
White with #D7FF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FF7C; }
p { color: rgb(215,255,124); }
H1.HeaderClassName
{
color: #D7FF7C;
}
.AnyTagClassName
{
color: #D7FF7C;
}
</style>
background-color css
<style>
a { background-color: #D7FF7C; }
a { background-color: rgb(215,255,124); }
div.DivClassName
{
background-color: #D7FF7C;
}
.BgClassName
{
background-color: #D7FF7C;
}
</style>
border-color css
<style>
span { border-color: #D7FF7C; }
span { border-color: rgb(215,255,124); }
td.TdClassName
{
border-color: #D7FF7C;
}
.TagClassName
{
border-color: #D7FF7C;
}
</style>