Shades of Sulu #C1F76B
Tints of Sulu #C1F76B
RGB
CMYK
RGB Variations
Color information
#C1F76B (or 0xC1F76B) is known color: Sulu. HEX triplet: C1, F7 and 6B. RGB value is (193,247,107). Sum of RGB (Red+Green+Blue) = 193+247+107=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 247 (96.88% from 255 or 45.16% from 547); Blue value is 107 (42.19% from 255 or 19.56% from 547); Max value from RGB is 247 - color contains mainly: green. Hex color #C1F76B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F76B is #3E0894. Grayscale: #D7D7D7. Windows color (decimal): -4065429 or 7075777. OLE color: 7075777.
HSL color Cylindrical-coordinate representation of color #C1F76B: hue angle of 83.14º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C1F76B is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 247 | 107 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.03 |
| HSL | 83.14º | 0.9% | 0.69% | - |
| HSV(B) | 83.14º | 0.57% | 0.97% | - |
| XYZ | 57.91 | 78.92 | 26.09 | - |
| YUV | 214.89 | 67.11 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 247 | 107 | 0.22 | 0 | 0.57 | 0.03 | 83.14 | 0.9 | 0.69 |
| Hex | C1 | F7 | 6B | 16 | 0 | 39 | 3 | 53 | 5A | 45 |
| Octal | 301 | 367 | 153 | 26 | 0 | 71 | 3 | 123 | 132 | 105 |
| Binary | 11000001 | 11110111 | 1101011 | 10110 | 0 | 111001 | 11 | 1010011 | 1011010 | 1000101 |
Color Harmonies of #C1F76B
Complementary color
Monochromatic Colors of #C1F76B
Black with #C1F76B
Text Example
Text Example
White with #C1F76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F76B; }
p { color: rgb(193,247,107); }
H1.HeaderClassName
{
color: #C1F76B;
}
.AnyTagClassName
{
color: #C1F76B;
}
</style>
background-color css
<style>
a { background-color: #C1F76B; }
a { background-color: rgb(193,247,107); }
div.DivClassName
{
background-color: #C1F76B;
}
.BgClassName
{
background-color: #C1F76B;
}
</style>
border-color css
<style>
span { border-color: #C1F76B; }
span { border-color: rgb(193,247,107); }
td.TdClassName
{
border-color: #C1F76B;
}
.TagClassName
{
border-color: #C1F76B;
}
</style>