Shades of Sulu #C1F970
Tints of Sulu #C1F970
RGB
CMYK
RGB Variations
Color information
#C1F970 (or 0xC1F970) is known color: Sulu. HEX triplet: C1, F9 and 70. RGB value is (193,249,112). Sum of RGB (Red+Green+Blue) = 193+249+112=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 112 (44.14% from 255 or 20.22% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #C1F970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F970 is #3E068F. Grayscale: #D9D9D9. Windows color (decimal): -4064912 or 7403969. OLE color: 7403969.
HSL color Cylindrical-coordinate representation of color #C1F970: hue angle of 84.53º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C1F970 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 249 | 112 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.02 |
| HSL | 84.53º | 0.92% | 0.71% | - |
| HSV(B) | 84.53º | 0.55% | 0.98% | - |
| XYZ | 58.79 | 80.26 | 27.72 | - |
| YUV | 216.64 | 68.95 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 249 | 112 | 0.22 | 0 | 0.55 | 0.02 | 84.53 | 0.92 | 0.71 |
| Hex | C1 | F9 | 70 | 16 | 0 | 37 | 2 | 55 | 5C | 47 |
| Octal | 301 | 371 | 160 | 26 | 0 | 67 | 2 | 125 | 134 | 107 |
| Binary | 11000001 | 11111001 | 1110000 | 10110 | 0 | 110111 | 10 | 1010101 | 1011100 | 1000111 |
Color Harmonies of #C1F970
Complementary color
Monochromatic Colors of #C1F970
Black with #C1F970
Text Example
Text Example
White with #C1F970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F970; }
p { color: rgb(193,249,112); }
H1.HeaderClassName
{
color: #C1F970;
}
.AnyTagClassName
{
color: #C1F970;
}
</style>
background-color css
<style>
a { background-color: #C1F970; }
a { background-color: rgb(193,249,112); }
div.DivClassName
{
background-color: #C1F970;
}
.BgClassName
{
background-color: #C1F970;
}
</style>
border-color css
<style>
span { border-color: #C1F970; }
span { border-color: rgb(193,249,112); }
td.TdClassName
{
border-color: #C1F970;
}
.TagClassName
{
border-color: #C1F970;
}
</style>