Shades of Sulu #C1FE61
Tints of Sulu #C1FE61
RGB
CMYK
RGB Variations
Color information
#C1FE61 (or 0xC1FE61) is known color: Sulu. HEX triplet: C1, FE and 61. RGB value is (193,254,97). Sum of RGB (Red+Green+Blue) = 193+254+97=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 254 (99.61% from 255 or 46.69% from 544); Blue value is 97 (38.28% from 255 or 17.83% from 544); Max value from RGB is 254 - color contains mainly: green. Hex color #C1FE61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FE61 is #3E019E. Grayscale: #DADADA. Windows color (decimal): -4063647 or 6422209. OLE color: 6422209.
HSL color Cylindrical-coordinate representation of color #C1FE61: hue angle of 83.31º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C1FE61 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 254 | 97 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.00 |
| HSL | 83.31º | 0.99% | 0.69% | - |
| HSV(B) | 83.31º | 0.62% | 1% | - |
| XYZ | 59.59 | 83.08 | 24.21 | - |
| YUV | 217.86 | 59.79 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 254 | 97 | 0.24 | 0 | 0.62 | 0.00 | 83.31 | 0.99 | 0.69 |
| Hex | C1 | FE | 61 | 18 | 0 | 3E | 0 | 53 | 63 | 45 |
| Octal | 301 | 376 | 141 | 30 | 0 | 76 | 0 | 123 | 143 | 105 |
| Binary | 11000001 | 11111110 | 1100001 | 11000 | 0 | 111110 | 0 | 1010011 | 1100011 | 1000101 |
Color Harmonies of #C1FE61
Complementary color
Monochromatic Colors of #C1FE61
Black with #C1FE61
Text Example
Text Example
White with #C1FE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FE61; }
p { color: rgb(193,254,97); }
H1.HeaderClassName
{
color: #C1FE61;
}
.AnyTagClassName
{
color: #C1FE61;
}
</style>
background-color css
<style>
a { background-color: #C1FE61; }
a { background-color: rgb(193,254,97); }
div.DivClassName
{
background-color: #C1FE61;
}
.BgClassName
{
background-color: #C1FE61;
}
</style>
border-color css
<style>
span { border-color: #C1FE61; }
span { border-color: rgb(193,254,97); }
td.TdClassName
{
border-color: #C1FE61;
}
.TagClassName
{
border-color: #C1FE61;
}
</style>