Shades of Sulu #D7FF7D
Tints of Sulu #D7FF7D
RGB
CMYK
RGB Variations
Color information
#D7FF7D (or 0xD7FF7D) is known color: Sulu. HEX triplet: D7, FF and 7D. RGB value is (215,255,125). Sum of RGB (Red+Green+Blue) = 215+255+125=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 125 (49.22% from 255 or 21.01% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #D7FF7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7FF7D is #280082. Grayscale: #E4E4E4. Windows color (decimal): -2621571 or 8257495. OLE color: 8257495.
HSL color Cylindrical-coordinate representation of color #D7FF7D: hue angle of 78.46º 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 #D7FF7D is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 255 | 125 | - |
| CMYK | 0.16 | 0 | 0.51 | 0 |
| HSL | 78.46º | 1% | 0.75% | - |
| HSV(B) | 78.46º | 0.51% | 1% | - |
| XYZ | 67.49 | 87.45 | 32.72 | - |
| YUV | 228.22 | 69.75 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 255 | 125 | 0.16 | 0 | 0.51 | 0 | 78.46 | 1 | 0.75 |
| Hex | D7 | FF | 7D | 10 | 0 | 33 | 0 | 4E | 64 | 4B |
| Octal | 327 | 377 | 175 | 20 | 0 | 63 | 0 | 116 | 144 | 113 |
| Binary | 11010111 | 11111111 | 1111101 | 10000 | 0 | 110011 | 0 | 1001110 | 1100100 | 1001011 |
Color Harmonies of #D7FF7D
Complementary color
Monochromatic Colors of #D7FF7D
Black with #D7FF7D
Text Example
Text Example
White with #D7FF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FF7D; }
p { color: rgb(215,255,125); }
H1.HeaderClassName
{
color: #D7FF7D;
}
.AnyTagClassName
{
color: #D7FF7D;
}
</style>
background-color css
<style>
a { background-color: #D7FF7D; }
a { background-color: rgb(215,255,125); }
div.DivClassName
{
background-color: #D7FF7D;
}
.BgClassName
{
background-color: #D7FF7D;
}
</style>
border-color css
<style>
span { border-color: #D7FF7D; }
span { border-color: rgb(215,255,125); }
td.TdClassName
{
border-color: #D7FF7D;
}
.TagClassName
{
border-color: #D7FF7D;
}
</style>