Shades of Sulu #C4FF7D
Tints of Sulu #C4FF7D
RGB
CMYK
RGB Variations
Color information
#C4FF7D (or 0xC4FF7D) is known color: Sulu. HEX triplet: C4, FF and 7D. RGB value is (196,255,125). Sum of RGB (Red+Green+Blue) = 196+255+125=576 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.03% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 125 (49.22% from 255 or 21.70% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FF7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4FF7D is #3B0082. Grayscale: #DFDFDF. Windows color (decimal): -3866755 or 8257476. OLE color: 8257476.
HSL color Cylindrical-coordinate representation of color #C4FF7D: hue angle of 87.23º 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 #C4FF7D is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 255 | 125 | - |
| CMYK | 0.23 | 0 | 0.51 | 0 |
| HSL | 87.23º | 1% | 0.75% | - |
| HSV(B) | 87.23º | 0.51% | 1% | - |
| XYZ | 62.23 | 84.74 | 32.48 | - |
| YUV | 222.54 | 72.95 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 255 | 125 | 0.23 | 0 | 0.51 | 0 | 87.23 | 1 | 0.75 |
| Hex | C4 | FF | 7D | 17 | 0 | 33 | 0 | 57 | 64 | 4B |
| Octal | 304 | 377 | 175 | 27 | 0 | 63 | 0 | 127 | 144 | 113 |
| Binary | 11000100 | 11111111 | 1111101 | 10111 | 0 | 110011 | 0 | 1010111 | 1100100 | 1001011 |
Color Harmonies of #C4FF7D
Complementary color
Monochromatic Colors of #C4FF7D
Black with #C4FF7D
Text Example
Text Example
White with #C4FF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FF7D; }
p { color: rgb(196,255,125); }
H1.HeaderClassName
{
color: #C4FF7D;
}
.AnyTagClassName
{
color: #C4FF7D;
}
</style>
background-color css
<style>
a { background-color: #C4FF7D; }
a { background-color: rgb(196,255,125); }
div.DivClassName
{
background-color: #C4FF7D;
}
.BgClassName
{
background-color: #C4FF7D;
}
</style>
border-color css
<style>
span { border-color: #C4FF7D; }
span { border-color: rgb(196,255,125); }
td.TdClassName
{
border-color: #C4FF7D;
}
.TagClassName
{
border-color: #C4FF7D;
}
</style>