Shades of Sulu #C0F177
Tints of Sulu #C0F177
RGB
CMYK
RGB Variations
Color information
#C0F177 (or 0xC0F177) is known color: Sulu. HEX triplet: C0, F1 and 77. RGB value is (192,241,119). Sum of RGB (Red+Green+Blue) = 192+241+119=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 241 (94.53% from 255 or 43.66% from 552); Blue value is 119 (46.88% from 255 or 21.56% from 552); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F177 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F177 is #3F0E88. Grayscale: #D4D4D4. Windows color (decimal): -4132489 or 7860672. OLE color: 7860672.
HSL color Cylindrical-coordinate representation of color #C0F177: hue angle of 84.1º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0F177 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 119 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.05 |
| HSL | 84.1º | 0.81% | 0.71% | - |
| HSV(B) | 84.1º | 0.51% | 0.95% | - |
| XYZ | 56.52 | 75.45 | 29.04 | - |
| YUV | 212.44 | 75.27 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 119 | 0.20 | 0 | 0.51 | 0.05 | 84.1 | 0.81 | 0.71 |
| Hex | C0 | F1 | 77 | 14 | 0 | 33 | 5 | 54 | 51 | 47 |
| Octal | 300 | 361 | 167 | 24 | 0 | 63 | 5 | 124 | 121 | 107 |
| Binary | 11000000 | 11110001 | 1110111 | 10100 | 0 | 110011 | 101 | 1010100 | 1010001 | 1000111 |
Color Harmonies of #C0F177
Complementary color
Monochromatic Colors of #C0F177
Black with #C0F177
Text Example
Text Example
White with #C0F177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F177; }
p { color: rgb(192,241,119); }
H1.HeaderClassName
{
color: #C0F177;
}
.AnyTagClassName
{
color: #C0F177;
}
</style>
background-color css
<style>
a { background-color: #C0F177; }
a { background-color: rgb(192,241,119); }
div.DivClassName
{
background-color: #C0F177;
}
.BgClassName
{
background-color: #C0F177;
}
</style>
border-color css
<style>
span { border-color: #C0F177; }
span { border-color: rgb(192,241,119); }
td.TdClassName
{
border-color: #C0F177;
}
.TagClassName
{
border-color: #C0F177;
}
</style>