Shades of Sulu #C4FF71
Tints of Sulu #C4FF71
RGB
CMYK
RGB Variations
Color information
#C4FF71 (or 0xC4FF71) is known color: Sulu. HEX triplet: C4, FF and 71. RGB value is (196,255,113). Sum of RGB (Red+Green+Blue) = 196+255+113=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 113 (44.53% from 255 or 20.04% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FF71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4FF71 is #3B008E. Grayscale: #DDDDDD. Windows color (decimal): -3866767 or 7471044. OLE color: 7471044.
HSL color Cylindrical-coordinate representation of color #C4FF71: hue angle of 84.93º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4FF71 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 255 | 113 | - |
| CMYK | 0.23 | 0 | 0.56 | 0 |
| HSL | 84.93º | 1% | 0.72% | - |
| HSV(B) | 84.93º | 0.56% | 1% | - |
| XYZ | 61.51 | 84.45 | 28.68 | - |
| YUV | 221.17 | 66.95 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 255 | 113 | 0.23 | 0 | 0.56 | 0 | 84.93 | 1 | 0.72 |
| Hex | C4 | FF | 71 | 17 | 0 | 38 | 0 | 55 | 64 | 48 |
| Octal | 304 | 377 | 161 | 27 | 0 | 70 | 0 | 125 | 144 | 110 |
| Binary | 11000100 | 11111111 | 1110001 | 10111 | 0 | 111000 | 0 | 1010101 | 1100100 | 1001000 |
Color Harmonies of #C4FF71
Complementary color
Monochromatic Colors of #C4FF71
Black with #C4FF71
Text Example
Text Example
White with #C4FF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FF71; }
p { color: rgb(196,255,113); }
H1.HeaderClassName
{
color: #C4FF71;
}
.AnyTagClassName
{
color: #C4FF71;
}
</style>
background-color css
<style>
a { background-color: #C4FF71; }
a { background-color: rgb(196,255,113); }
div.DivClassName
{
background-color: #C4FF71;
}
.BgClassName
{
background-color: #C4FF71;
}
</style>
border-color css
<style>
span { border-color: #C4FF71; }
span { border-color: rgb(196,255,113); }
td.TdClassName
{
border-color: #C4FF71;
}
.TagClassName
{
border-color: #C4FF71;
}
</style>