Shades of Sulu #C1F76C
Tints of Sulu #C1F76C
RGB
CMYK
RGB Variations
Color information
#C1F76C (or 0xC1F76C) is known color: Sulu. HEX triplet: C1, F7 and 6C. RGB value is (193,247,108). Sum of RGB (Red+Green+Blue) = 193+247+108=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 247 (96.88% from 255 or 45.07% from 548); Blue value is 108 (42.58% from 255 or 19.71% from 548); Max value from RGB is 247 - color contains mainly: green. Hex color #C1F76C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F76C is #3E0893. Grayscale: #D7D7D7. Windows color (decimal): -4065428 or 7141313. OLE color: 7141313.
HSL color Cylindrical-coordinate representation of color #C1F76C: hue angle of 83.31º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C1F76C is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 247 | 108 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.03 |
| HSL | 83.31º | 0.9% | 0.7% | - |
| HSV(B) | 83.31º | 0.56% | 0.97% | - |
| XYZ | 57.96 | 78.94 | 26.37 | - |
| YUV | 215.01 | 67.61 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 247 | 108 | 0.22 | 0 | 0.56 | 0.03 | 83.31 | 0.9 | 0.7 |
| Hex | C1 | F7 | 6C | 16 | 0 | 38 | 3 | 53 | 5A | 46 |
| Octal | 301 | 367 | 154 | 26 | 0 | 70 | 3 | 123 | 132 | 106 |
| Binary | 11000001 | 11110111 | 1101100 | 10110 | 0 | 111000 | 11 | 1010011 | 1011010 | 1000110 |
Color Harmonies of #C1F76C
Complementary color
Monochromatic Colors of #C1F76C
Black with #C1F76C
Text Example
Text Example
White with #C1F76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F76C; }
p { color: rgb(193,247,108); }
H1.HeaderClassName
{
color: #C1F76C;
}
.AnyTagClassName
{
color: #C1F76C;
}
</style>
background-color css
<style>
a { background-color: #C1F76C; }
a { background-color: rgb(193,247,108); }
div.DivClassName
{
background-color: #C1F76C;
}
.BgClassName
{
background-color: #C1F76C;
}
</style>
border-color css
<style>
span { border-color: #C1F76C; }
span { border-color: rgb(193,247,108); }
td.TdClassName
{
border-color: #C1F76C;
}
.TagClassName
{
border-color: #C1F76C;
}
</style>