Shades of Sulu #C1F96E
Tints of Sulu #C1F96E
RGB
CMYK
RGB Variations
Color information
#C1F96E (or 0xC1F96E) is known color: Sulu. HEX triplet: C1, F9 and 6E. RGB value is (193,249,110). Sum of RGB (Red+Green+Blue) = 193+249+110=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 249 (97.66% from 255 or 45.11% from 552); Blue value is 110 (43.36% from 255 or 19.93% from 552); Max value from RGB is 249 - color contains mainly: green. Hex color #C1F96E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F96E is #3E0691. Grayscale: #D8D8D8. Windows color (decimal): -4064914 or 7272897. OLE color: 7272897.
HSL color Cylindrical-coordinate representation of color #C1F96E: hue angle of 84.17º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C1F96E is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 249 | 110 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.02 |
| HSL | 84.17º | 0.92% | 0.7% | - |
| HSV(B) | 84.17º | 0.56% | 0.98% | - |
| XYZ | 58.68 | 80.21 | 27.14 | - |
| YUV | 216.41 | 67.95 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 249 | 110 | 0.22 | 0 | 0.56 | 0.02 | 84.17 | 0.92 | 0.7 |
| Hex | C1 | F9 | 6E | 16 | 0 | 38 | 2 | 54 | 5C | 46 |
| Octal | 301 | 371 | 156 | 26 | 0 | 70 | 2 | 124 | 134 | 106 |
| Binary | 11000001 | 11111001 | 1101110 | 10110 | 0 | 111000 | 10 | 1010100 | 1011100 | 1000110 |
Color Harmonies of #C1F96E
Complementary color
Monochromatic Colors of #C1F96E
Black with #C1F96E
Text Example
Text Example
White with #C1F96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F96E; }
p { color: rgb(193,249,110); }
H1.HeaderClassName
{
color: #C1F96E;
}
.AnyTagClassName
{
color: #C1F96E;
}
</style>
background-color css
<style>
a { background-color: #C1F96E; }
a { background-color: rgb(193,249,110); }
div.DivClassName
{
background-color: #C1F96E;
}
.BgClassName
{
background-color: #C1F96E;
}
</style>
border-color css
<style>
span { border-color: #C1F96E; }
span { border-color: rgb(193,249,110); }
td.TdClassName
{
border-color: #C1F96E;
}
.TagClassName
{
border-color: #C1F96E;
}
</style>