Shades of Sulu #C1FB8A
Tints of Sulu #C1FB8A
RGB
CMYK
RGB Variations
Color information
#C1FB8A (or 0xC1FB8A) is known color: Sulu. HEX triplet: C1, FB and 8A. RGB value is (193,251,138). Sum of RGB (Red+Green+Blue) = 193+251+138=582 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.16% from 582); Green value is 251 (98.44% from 255 or 43.13% from 582); Blue value is 138 (54.30% from 255 or 23.71% from 582); Max value from RGB is 251 - color contains mainly: green. Hex color #C1FB8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1FB8A is #3E0475. Grayscale: #DDDDDD. Windows color (decimal): -4064374 or 9108417. OLE color: 9108417.
HSL color Cylindrical-coordinate representation of color #C1FB8A: hue angle of 90.8º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C1FB8A is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 251 | 138 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.02 |
| HSL | 90.8º | 0.93% | 0.76% | - |
| HSV(B) | 90.8º | 0.45% | 0.98% | - |
| XYZ | 61.08 | 82.17 | 36.69 | - |
| YUV | 220.78 | 81.28 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 251 | 138 | 0.23 | 0 | 0.45 | 0.02 | 90.8 | 0.93 | 0.76 |
| Hex | C1 | FB | 8A | 17 | 0 | 2D | 2 | 5B | 5D | 4C |
| Octal | 301 | 373 | 212 | 27 | 0 | 55 | 2 | 133 | 135 | 114 |
| Binary | 11000001 | 11111011 | 10001010 | 10111 | 0 | 101101 | 10 | 1011011 | 1011101 | 1001100 |
Color Harmonies of #C1FB8A
Complementary color
Monochromatic Colors of #C1FB8A
Black with #C1FB8A
Text Example
Text Example
White with #C1FB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FB8A; }
p { color: rgb(193,251,138); }
H1.HeaderClassName
{
color: #C1FB8A;
}
.AnyTagClassName
{
color: #C1FB8A;
}
</style>
background-color css
<style>
a { background-color: #C1FB8A; }
a { background-color: rgb(193,251,138); }
div.DivClassName
{
background-color: #C1FB8A;
}
.BgClassName
{
background-color: #C1FB8A;
}
</style>
border-color css
<style>
span { border-color: #C1FB8A; }
span { border-color: rgb(193,251,138); }
td.TdClassName
{
border-color: #C1FB8A;
}
.TagClassName
{
border-color: #C1FB8A;
}
</style>