Shades of Sulu #C1FA7B
Tints of Sulu #C1FA7B
RGB
CMYK
RGB Variations
Color information
#C1FA7B (or 0xC1FA7B) is known color: Sulu. HEX triplet: C1, FA and 7B. RGB value is (193,250,123). Sum of RGB (Red+Green+Blue) = 193+250+123=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 123 (48.44% from 255 or 21.73% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FA7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FA7B is #3E0584. Grayscale: #DADADA. Windows color (decimal): -4064645 or 8125121. OLE color: 8125121.
HSL color Cylindrical-coordinate representation of color #C1FA7B: hue angle of 86.93º 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 #C1FA7B is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 250 | 123 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.02 |
| HSL | 86.93º | 0.93% | 0.73% | - |
| HSV(B) | 86.93º | 0.51% | 0.98% | - |
| XYZ | 59.75 | 81.14 | 31.25 | - |
| YUV | 218.48 | 74.12 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 250 | 123 | 0.23 | 0 | 0.51 | 0.02 | 86.93 | 0.93 | 0.73 |
| Hex | C1 | FA | 7B | 17 | 0 | 33 | 2 | 57 | 5D | 49 |
| Octal | 301 | 372 | 173 | 27 | 0 | 63 | 2 | 127 | 135 | 111 |
| Binary | 11000001 | 11111010 | 1111011 | 10111 | 0 | 110011 | 10 | 1010111 | 1011101 | 1001001 |
Color Harmonies of #C1FA7B
Complementary color
Monochromatic Colors of #C1FA7B
Black with #C1FA7B
Text Example
Text Example
White with #C1FA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FA7B; }
p { color: rgb(193,250,123); }
H1.HeaderClassName
{
color: #C1FA7B;
}
.AnyTagClassName
{
color: #C1FA7B;
}
</style>
background-color css
<style>
a { background-color: #C1FA7B; }
a { background-color: rgb(193,250,123); }
div.DivClassName
{
background-color: #C1FA7B;
}
.BgClassName
{
background-color: #C1FA7B;
}
</style>
border-color css
<style>
span { border-color: #C1FA7B; }
span { border-color: rgb(193,250,123); }
td.TdClassName
{
border-color: #C1FA7B;
}
.TagClassName
{
border-color: #C1FA7B;
}
</style>