Shades of Sulu #C1FA7A
Tints of Sulu #C1FA7A
RGB
CMYK
RGB Variations
Color information
#C1FA7A (or 0xC1FA7A) is known color: Sulu. HEX triplet: C1, FA and 7A. RGB value is (193,250,122). Sum of RGB (Red+Green+Blue) = 193+250+122=565 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.16% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 122 (48.05% from 255 or 21.59% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FA7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FA7A is #3E0585. Grayscale: #DADADA. Windows color (decimal): -4064646 or 8059585. OLE color: 8059585.
HSL color Cylindrical-coordinate representation of color #C1FA7A: hue angle of 86.72º degrees, saturation: 0.93, 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 #C1FA7A is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 250 | 122 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.02 |
| HSL | 86.72º | 0.93% | 0.73% | - |
| HSV(B) | 86.72º | 0.51% | 0.98% | - |
| XYZ | 59.69 | 81.11 | 30.92 | - |
| YUV | 218.37 | 73.62 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 250 | 122 | 0.23 | 0 | 0.51 | 0.02 | 86.72 | 0.93 | 0.73 |
| Hex | C1 | FA | 7A | 17 | 0 | 33 | 2 | 57 | 5D | 49 |
| Octal | 301 | 372 | 172 | 27 | 0 | 63 | 2 | 127 | 135 | 111 |
| Binary | 11000001 | 11111010 | 1111010 | 10111 | 0 | 110011 | 10 | 1010111 | 1011101 | 1001001 |
Color Harmonies of #C1FA7A
Complementary color
Monochromatic Colors of #C1FA7A
Black with #C1FA7A
Text Example
Text Example
White with #C1FA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FA7A; }
p { color: rgb(193,250,122); }
H1.HeaderClassName
{
color: #C1FA7A;
}
.AnyTagClassName
{
color: #C1FA7A;
}
</style>
background-color css
<style>
a { background-color: #C1FA7A; }
a { background-color: rgb(193,250,122); }
div.DivClassName
{
background-color: #C1FA7A;
}
.BgClassName
{
background-color: #C1FA7A;
}
</style>
border-color css
<style>
span { border-color: #C1FA7A; }
span { border-color: rgb(193,250,122); }
td.TdClassName
{
border-color: #C1FA7A;
}
.TagClassName
{
border-color: #C1FA7A;
}
</style>