Shades of Sulu #C1FB7A
Tints of Sulu #C1FB7A
RGB
CMYK
RGB Variations
Color information
#C1FB7A (or 0xC1FB7A) is known color: Sulu. HEX triplet: C1, FB and 7A. RGB value is (193,251,122). Sum of RGB (Red+Green+Blue) = 193+251+122=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 122 (48.05% from 255 or 21.55% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #C1FB7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FB7A is #3E0485. Grayscale: #DBDBDB. Windows color (decimal): -4064390 or 8059841. OLE color: 8059841.
HSL color Cylindrical-coordinate representation of color #C1FB7A: hue angle of 86.98º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1FB7A is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 251 | 122 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.02 |
| HSL | 86.98º | 0.94% | 0.73% | - |
| HSV(B) | 86.98º | 0.51% | 0.98% | - |
| XYZ | 60 | 81.74 | 31.03 | - |
| YUV | 218.95 | 73.28 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 251 | 122 | 0.23 | 0 | 0.51 | 0.02 | 86.98 | 0.94 | 0.73 |
| Hex | C1 | FB | 7A | 17 | 0 | 33 | 2 | 57 | 5E | 49 |
| Octal | 301 | 373 | 172 | 27 | 0 | 63 | 2 | 127 | 136 | 111 |
| Binary | 11000001 | 11111011 | 1111010 | 10111 | 0 | 110011 | 10 | 1010111 | 1011110 | 1001001 |
Color Harmonies of #C1FB7A
Complementary color
Monochromatic Colors of #C1FB7A
Black with #C1FB7A
Text Example
Text Example
White with #C1FB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FB7A; }
p { color: rgb(193,251,122); }
H1.HeaderClassName
{
color: #C1FB7A;
}
.AnyTagClassName
{
color: #C1FB7A;
}
</style>
background-color css
<style>
a { background-color: #C1FB7A; }
a { background-color: rgb(193,251,122); }
div.DivClassName
{
background-color: #C1FB7A;
}
.BgClassName
{
background-color: #C1FB7A;
}
</style>
border-color css
<style>
span { border-color: #C1FB7A; }
span { border-color: rgb(193,251,122); }
td.TdClassName
{
border-color: #C1FB7A;
}
.TagClassName
{
border-color: #C1FB7A;
}
</style>