Shades of Sulu #C0F671
Tints of Sulu #C0F671
RGB
CMYK
RGB Variations
Color information
#C0F671 (or 0xC0F671) is known color: Sulu. HEX triplet: C0, F6 and 71. RGB value is (192,246,113). Sum of RGB (Red+Green+Blue) = 192+246+113=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 246 (96.48% from 255 or 44.65% from 551); Blue value is 113 (44.53% from 255 or 20.51% from 551); Max value from RGB is 246 - color contains mainly: green. Hex color #C0F671 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F671 is #3F098E. Grayscale: #D7D7D7. Windows color (decimal): -4131215 or 7468736. OLE color: 7468736.
HSL color Cylindrical-coordinate representation of color #C0F671: hue angle of 84.36º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0F671 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 246 | 113 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.04 |
| HSL | 84.36º | 0.88% | 0.7% | - |
| HSV(B) | 84.36º | 0.54% | 0.96% | - |
| XYZ | 57.67 | 78.31 | 27.7 | - |
| YUV | 214.69 | 70.61 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 246 | 113 | 0.22 | 0 | 0.54 | 0.04 | 84.36 | 0.88 | 0.7 |
| Hex | C0 | F6 | 71 | 16 | 0 | 36 | 4 | 54 | 58 | 46 |
| Octal | 300 | 366 | 161 | 26 | 0 | 66 | 4 | 124 | 130 | 106 |
| Binary | 11000000 | 11110110 | 1110001 | 10110 | 0 | 110110 | 100 | 1010100 | 1011000 | 1000110 |
Color Harmonies of #C0F671
Complementary color
Monochromatic Colors of #C0F671
Black with #C0F671
Text Example
Text Example
White with #C0F671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F671; }
p { color: rgb(192,246,113); }
H1.HeaderClassName
{
color: #C0F671;
}
.AnyTagClassName
{
color: #C0F671;
}
</style>
background-color css
<style>
a { background-color: #C0F671; }
a { background-color: rgb(192,246,113); }
div.DivClassName
{
background-color: #C0F671;
}
.BgClassName
{
background-color: #C0F671;
}
</style>
border-color css
<style>
span { border-color: #C0F671; }
span { border-color: rgb(192,246,113); }
td.TdClassName
{
border-color: #C0F671;
}
.TagClassName
{
border-color: #C0F671;
}
</style>