Shades of Sulu #C1F96B
Tints of Sulu #C1F96B
RGB
CMYK
RGB Variations
Color information
#C1F96B (or 0xC1F96B) is known color: Sulu. HEX triplet: C1, F9 and 6B. RGB value is (193,249,107). Sum of RGB (Red+Green+Blue) = 193+249+107=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 107 (42.19% from 255 or 19.49% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #C1F96B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F96B is #3E0694. Grayscale: #D8D8D8. Windows color (decimal): -4064917 or 7076289. OLE color: 7076289.
HSL color Cylindrical-coordinate representation of color #C1F96B: hue angle of 83.66º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C1F96B is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 249 | 107 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.02 |
| HSL | 83.66º | 0.92% | 0.7% | - |
| HSV(B) | 83.66º | 0.57% | 0.98% | - |
| XYZ | 58.52 | 80.15 | 26.3 | - |
| YUV | 216.07 | 66.45 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 249 | 107 | 0.22 | 0 | 0.57 | 0.02 | 83.66 | 0.92 | 0.7 |
| Hex | C1 | F9 | 6B | 16 | 0 | 39 | 2 | 54 | 5C | 46 |
| Octal | 301 | 371 | 153 | 26 | 0 | 71 | 2 | 124 | 134 | 106 |
| Binary | 11000001 | 11111001 | 1101011 | 10110 | 0 | 111001 | 10 | 1010100 | 1011100 | 1000110 |
Color Harmonies of #C1F96B
Complementary color
Monochromatic Colors of #C1F96B
Black with #C1F96B
Text Example
Text Example
White with #C1F96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F96B; }
p { color: rgb(193,249,107); }
H1.HeaderClassName
{
color: #C1F96B;
}
.AnyTagClassName
{
color: #C1F96B;
}
</style>
background-color css
<style>
a { background-color: #C1F96B; }
a { background-color: rgb(193,249,107); }
div.DivClassName
{
background-color: #C1F96B;
}
.BgClassName
{
background-color: #C1F96B;
}
</style>
border-color css
<style>
span { border-color: #C1F96B; }
span { border-color: rgb(193,249,107); }
td.TdClassName
{
border-color: #C1F96B;
}
.TagClassName
{
border-color: #C1F96B;
}
</style>