Shades of Sulu #C1FF7B
Tints of Sulu #C1FF7B
RGB
CMYK
RGB Variations
Color information
#C1FF7B (or 0xC1FF7B) is known color: Sulu. HEX triplet: C1, FF and 7B. RGB value is (193,255,123). Sum of RGB (Red+Green+Blue) = 193+255+123=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 123 (48.44% from 255 or 21.54% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FF7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FF7B is #3E0084. Grayscale: #DDDDDD. Windows color (decimal): -4063365 or 8126401. OLE color: 8126401.
HSL color Cylindrical-coordinate representation of color #C1FF7B: hue angle of 88.18º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C1FF7B is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 255 | 123 | - |
| CMYK | 0.24 | 0 | 0.52 | 0 |
| HSL | 88.18º | 1% | 0.74% | - |
| HSV(B) | 88.18º | 0.52% | 1% | - |
| XYZ | 61.33 | 84.29 | 31.78 | - |
| YUV | 221.41 | 72.46 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 255 | 123 | 0.24 | 0 | 0.52 | 0 | 88.18 | 1 | 0.74 |
| Hex | C1 | FF | 7B | 18 | 0 | 34 | 0 | 58 | 64 | 4A |
| Octal | 301 | 377 | 173 | 30 | 0 | 64 | 0 | 130 | 144 | 112 |
| Binary | 11000001 | 11111111 | 1111011 | 11000 | 0 | 110100 | 0 | 1011000 | 1100100 | 1001010 |
Color Harmonies of #C1FF7B
Complementary color
Monochromatic Colors of #C1FF7B
Black with #C1FF7B
Text Example
Text Example
White with #C1FF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FF7B; }
p { color: rgb(193,255,123); }
H1.HeaderClassName
{
color: #C1FF7B;
}
.AnyTagClassName
{
color: #C1FF7B;
}
</style>
background-color css
<style>
a { background-color: #C1FF7B; }
a { background-color: rgb(193,255,123); }
div.DivClassName
{
background-color: #C1FF7B;
}
.BgClassName
{
background-color: #C1FF7B;
}
</style>
border-color css
<style>
span { border-color: #C1FF7B; }
span { border-color: rgb(193,255,123); }
td.TdClassName
{
border-color: #C1FF7B;
}
.TagClassName
{
border-color: #C1FF7B;
}
</style>