Shades of Sulu #C6FF71
Tints of Sulu #C6FF71
RGB
CMYK
RGB Variations
Color information
#C6FF71 (or 0xC6FF71) is known color: Sulu. HEX triplet: C6, FF and 71. RGB value is (198,255,113). Sum of RGB (Red+Green+Blue) = 198+255+113=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 113 (44.53% from 255 or 19.96% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #C6FF71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6FF71 is #39008E. Grayscale: #DEDEDE. Windows color (decimal): -3735695 or 7471046. OLE color: 7471046.
HSL color Cylindrical-coordinate representation of color #C6FF71: hue angle of 84.08º 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 #C6FF71 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 255 | 113 | - |
| CMYK | 0.22 | 0 | 0.56 | 0 |
| HSL | 84.08º | 1% | 0.72% | - |
| HSV(B) | 84.08º | 0.56% | 1% | - |
| XYZ | 62.03 | 84.72 | 28.71 | - |
| YUV | 221.77 | 66.62 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 255 | 113 | 0.22 | 0 | 0.56 | 0 | 84.08 | 1 | 0.72 |
| Hex | C6 | FF | 71 | 16 | 0 | 38 | 0 | 54 | 64 | 48 |
| Octal | 306 | 377 | 161 | 26 | 0 | 70 | 0 | 124 | 144 | 110 |
| Binary | 11000110 | 11111111 | 1110001 | 10110 | 0 | 111000 | 0 | 1010100 | 1100100 | 1001000 |
Color Harmonies of #C6FF71
Complementary color
Monochromatic Colors of #C6FF71
Black with #C6FF71
Text Example
Text Example
White with #C6FF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FF71; }
p { color: rgb(198,255,113); }
H1.HeaderClassName
{
color: #C6FF71;
}
.AnyTagClassName
{
color: #C6FF71;
}
</style>
background-color css
<style>
a { background-color: #C6FF71; }
a { background-color: rgb(198,255,113); }
div.DivClassName
{
background-color: #C6FF71;
}
.BgClassName
{
background-color: #C6FF71;
}
</style>
border-color css
<style>
span { border-color: #C6FF71; }
span { border-color: rgb(198,255,113); }
td.TdClassName
{
border-color: #C6FF71;
}
.TagClassName
{
border-color: #C6FF71;
}
</style>