Shades of Sulu #C1F968
Tints of Sulu #C1F968
RGB
CMYK
RGB Variations
Color information
#C1F968 (or 0xC1F968) is known color: Sulu. HEX triplet: C1, F9 and 68. RGB value is (193,249,104). Sum of RGB (Red+Green+Blue) = 193+249+104=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 249 (97.66% from 255 or 45.60% from 546); Blue value is 104 (41.02% from 255 or 19.05% from 546); Max value from RGB is 249 - color contains mainly: green. Hex color #C1F968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F968 is #3E0697. Grayscale: #D8D8D8. Windows color (decimal): -4064920 or 6879681. OLE color: 6879681.
HSL color Cylindrical-coordinate representation of color #C1F968: hue angle of 83.17º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C1F968 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 249 | 104 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.02 |
| HSL | 83.17º | 0.92% | 0.69% | - |
| HSV(B) | 83.17º | 0.58% | 0.98% | - |
| XYZ | 58.37 | 80.09 | 25.48 | - |
| YUV | 215.73 | 64.95 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 249 | 104 | 0.22 | 0 | 0.58 | 0.02 | 83.17 | 0.92 | 0.69 |
| Hex | C1 | F9 | 68 | 16 | 0 | 3A | 2 | 53 | 5C | 45 |
| Octal | 301 | 371 | 150 | 26 | 0 | 72 | 2 | 123 | 134 | 105 |
| Binary | 11000001 | 11111001 | 1101000 | 10110 | 0 | 111010 | 10 | 1010011 | 1011100 | 1000101 |
Color Harmonies of #C1F968
Complementary color
Monochromatic Colors of #C1F968
Black with #C1F968
Text Example
Text Example
White with #C1F968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F968; }
p { color: rgb(193,249,104); }
H1.HeaderClassName
{
color: #C1F968;
}
.AnyTagClassName
{
color: #C1F968;
}
</style>
background-color css
<style>
a { background-color: #C1F968; }
a { background-color: rgb(193,249,104); }
div.DivClassName
{
background-color: #C1F968;
}
.BgClassName
{
background-color: #C1F968;
}
</style>
border-color css
<style>
span { border-color: #C1F968; }
span { border-color: rgb(193,249,104); }
td.TdClassName
{
border-color: #C1F968;
}
.TagClassName
{
border-color: #C1F968;
}
</style>