Shades of Sulu #C5FF7D
Tints of Sulu #C5FF7D
RGB
CMYK
RGB Variations
Color information
#C5FF7D (or 0xC5FF7D) is known color: Sulu. HEX triplet: C5, FF and 7D. RGB value is (197,255,125). Sum of RGB (Red+Green+Blue) = 197+255+125=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 125 (49.22% from 255 or 21.66% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FF7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FF7D is #3A0082. Grayscale: #DFDFDF. Windows color (decimal): -3801219 or 8257477. OLE color: 8257477.
HSL color Cylindrical-coordinate representation of color #C5FF7D: hue angle of 86.77º 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 #C5FF7D is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 125 | - |
| CMYK | 0.23 | 0 | 0.51 | 0 |
| HSL | 86.77º | 1% | 0.75% | - |
| HSV(B) | 86.77º | 0.51% | 1% | - |
| XYZ | 62.49 | 84.87 | 32.49 | - |
| YUV | 222.84 | 72.78 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 125 | 0.23 | 0 | 0.51 | 0 | 86.77 | 1 | 0.75 |
| Hex | C5 | FF | 7D | 17 | 0 | 33 | 0 | 57 | 64 | 4B |
| Octal | 305 | 377 | 175 | 27 | 0 | 63 | 0 | 127 | 144 | 113 |
| Binary | 11000101 | 11111111 | 1111101 | 10111 | 0 | 110011 | 0 | 1010111 | 1100100 | 1001011 |
Color Harmonies of #C5FF7D
Complementary color
Monochromatic Colors of #C5FF7D
Black with #C5FF7D
Text Example
Text Example
White with #C5FF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FF7D; }
p { color: rgb(197,255,125); }
H1.HeaderClassName
{
color: #C5FF7D;
}
.AnyTagClassName
{
color: #C5FF7D;
}
</style>
background-color css
<style>
a { background-color: #C5FF7D; }
a { background-color: rgb(197,255,125); }
div.DivClassName
{
background-color: #C5FF7D;
}
.BgClassName
{
background-color: #C5FF7D;
}
</style>
border-color css
<style>
span { border-color: #C5FF7D; }
span { border-color: rgb(197,255,125); }
td.TdClassName
{
border-color: #C5FF7D;
}
.TagClassName
{
border-color: #C5FF7D;
}
</style>