Shades of Sulu #C1F77A
Tints of Sulu #C1F77A
RGB
CMYK
RGB Variations
Color information
#C1F77A (or 0xC1F77A) is known color: Sulu. HEX triplet: C1, F7 and 7A. RGB value is (193,247,122). Sum of RGB (Red+Green+Blue) = 193+247+122=562 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.34% from 562); Green value is 247 (96.88% from 255 or 43.95% from 562); Blue value is 122 (48.05% from 255 or 21.71% from 562); Max value from RGB is 247 - color contains mainly: green. Hex color #C1F77A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F77A is #3E0885. Grayscale: #D9D9D9. Windows color (decimal): -4065414 or 8058817. OLE color: 8058817.
HSL color Cylindrical-coordinate representation of color #C1F77A: hue angle of 85.92º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1F77A is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 247 | 122 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.03 |
| HSL | 85.92º | 0.89% | 0.72% | - |
| HSV(B) | 85.92º | 0.51% | 0.97% | - |
| XYZ | 58.77 | 79.26 | 30.61 | - |
| YUV | 216.6 | 74.61 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 247 | 122 | 0.22 | 0 | 0.51 | 0.03 | 85.92 | 0.89 | 0.72 |
| Hex | C1 | F7 | 7A | 16 | 0 | 33 | 3 | 56 | 59 | 48 |
| Octal | 301 | 367 | 172 | 26 | 0 | 63 | 3 | 126 | 131 | 110 |
| Binary | 11000001 | 11110111 | 1111010 | 10110 | 0 | 110011 | 11 | 1010110 | 1011001 | 1001000 |
Color Harmonies of #C1F77A
Complementary color
Monochromatic Colors of #C1F77A
Black with #C1F77A
Text Example
Text Example
White with #C1F77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F77A; }
p { color: rgb(193,247,122); }
H1.HeaderClassName
{
color: #C1F77A;
}
.AnyTagClassName
{
color: #C1F77A;
}
</style>
background-color css
<style>
a { background-color: #C1F77A; }
a { background-color: rgb(193,247,122); }
div.DivClassName
{
background-color: #C1F77A;
}
.BgClassName
{
background-color: #C1F77A;
}
</style>
border-color css
<style>
span { border-color: #C1F77A; }
span { border-color: rgb(193,247,122); }
td.TdClassName
{
border-color: #C1F77A;
}
.TagClassName
{
border-color: #C1F77A;
}
</style>