Shades of Sulu #C4FF88
Tints of Sulu #C4FF88
RGB
CMYK
RGB Variations
Color information
#C4FF88 (or 0xC4FF88) is known color: Sulu. HEX triplet: C4, FF and 88. RGB value is (196,255,136). Sum of RGB (Red+Green+Blue) = 196+255+136=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 136 (53.52% from 255 or 23.17% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FF88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4FF88 is #3B0077. Grayscale: #E0E0E0. Windows color (decimal): -3866744 or 8978372. OLE color: 8978372.
HSL color Cylindrical-coordinate representation of color #C4FF88: hue angle of 89.75º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C4FF88 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 255 | 136 | - |
| CMYK | 0.23 | 0 | 0.47 | 0 |
| HSL | 89.75º | 1% | 0.77% | - |
| HSV(B) | 89.75º | 0.47% | 1% | - |
| XYZ | 62.97 | 85.03 | 36.39 | - |
| YUV | 223.79 | 78.45 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 255 | 136 | 0.23 | 0 | 0.47 | 0 | 89.75 | 1 | 0.77 |
| Hex | C4 | FF | 88 | 17 | 0 | 2F | 0 | 5A | 64 | 4D |
| Octal | 304 | 377 | 210 | 27 | 0 | 57 | 0 | 132 | 144 | 115 |
| Binary | 11000100 | 11111111 | 10001000 | 10111 | 0 | 101111 | 0 | 1011010 | 1100100 | 1001101 |
Color Harmonies of #C4FF88
Complementary color
Monochromatic Colors of #C4FF88
Black with #C4FF88
Text Example
Text Example
White with #C4FF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FF88; }
p { color: rgb(196,255,136); }
H1.HeaderClassName
{
color: #C4FF88;
}
.AnyTagClassName
{
color: #C4FF88;
}
</style>
background-color css
<style>
a { background-color: #C4FF88; }
a { background-color: rgb(196,255,136); }
div.DivClassName
{
background-color: #C4FF88;
}
.BgClassName
{
background-color: #C4FF88;
}
</style>
border-color css
<style>
span { border-color: #C4FF88; }
span { border-color: rgb(196,255,136); }
td.TdClassName
{
border-color: #C4FF88;
}
.TagClassName
{
border-color: #C4FF88;
}
</style>