Shades of Sulu #C1F170
Tints of Sulu #C1F170
RGB
CMYK
RGB Variations
Color information
#C1F170 (or 0xC1F170) is known color: Sulu. HEX triplet: C1, F1 and 70. RGB value is (193,241,112). Sum of RGB (Red+Green+Blue) = 193+241+112=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 241 (94.53% from 255 or 44.14% from 546); Blue value is 112 (44.14% from 255 or 20.51% from 546); Max value from RGB is 241 - color contains mainly: green. Hex color #C1F170 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F170 is #3E0E8F. Grayscale: #D4D4D4. Windows color (decimal): -4066960 or 7401921. OLE color: 7401921.
HSL color Cylindrical-coordinate representation of color #C1F170: hue angle of 82.33º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C1F170 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 241 | 112 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.05 |
| HSL | 82.33º | 0.82% | 0.69% | - |
| HSV(B) | 82.33º | 0.54% | 0.95% | - |
| XYZ | 56.37 | 75.42 | 26.92 | - |
| YUV | 211.94 | 71.6 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 241 | 112 | 0.20 | 0 | 0.54 | 0.05 | 82.33 | 0.82 | 0.69 |
| Hex | C1 | F1 | 70 | 14 | 0 | 36 | 5 | 52 | 52 | 45 |
| Octal | 301 | 361 | 160 | 24 | 0 | 66 | 5 | 122 | 122 | 105 |
| Binary | 11000001 | 11110001 | 1110000 | 10100 | 0 | 110110 | 101 | 1010010 | 1010010 | 1000101 |
Color Harmonies of #C1F170
Complementary color
Monochromatic Colors of #C1F170
Black with #C1F170
Text Example
Text Example
White with #C1F170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F170; }
p { color: rgb(193,241,112); }
H1.HeaderClassName
{
color: #C1F170;
}
.AnyTagClassName
{
color: #C1F170;
}
</style>
background-color css
<style>
a { background-color: #C1F170; }
a { background-color: rgb(193,241,112); }
div.DivClassName
{
background-color: #C1F170;
}
.BgClassName
{
background-color: #C1F170;
}
</style>
border-color css
<style>
span { border-color: #C1F170; }
span { border-color: rgb(193,241,112); }
td.TdClassName
{
border-color: #C1F170;
}
.TagClassName
{
border-color: #C1F170;
}
</style>