Shades of Sulu #C1F966
Tints of Sulu #C1F966
RGB
CMYK
RGB Variations
Color information
#C1F966 (or 0xC1F966) is known color: Sulu. HEX triplet: C1, F9 and 66. RGB value is (193,249,102). Sum of RGB (Red+Green+Blue) = 193+249+102=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 102 (40.23% from 255 or 18.75% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #C1F966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F966 is #3E0699. Grayscale: #D8D8D8. Windows color (decimal): -4064922 or 6748609. OLE color: 6748609.
HSL color Cylindrical-coordinate representation of color #C1F966: hue angle of 82.86º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C1F966 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 249 | 102 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.02 |
| HSL | 82.86º | 0.92% | 0.69% | - |
| HSV(B) | 82.86º | 0.59% | 0.98% | - |
| XYZ | 58.27 | 80.05 | 24.95 | - |
| YUV | 215.5 | 63.95 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 249 | 102 | 0.22 | 0 | 0.59 | 0.02 | 82.86 | 0.92 | 0.69 |
| Hex | C1 | F9 | 66 | 16 | 0 | 3B | 2 | 53 | 5C | 45 |
| Octal | 301 | 371 | 146 | 26 | 0 | 73 | 2 | 123 | 134 | 105 |
| Binary | 11000001 | 11111001 | 1100110 | 10110 | 0 | 111011 | 10 | 1010011 | 1011100 | 1000101 |
Color Harmonies of #C1F966
Complementary color
Monochromatic Colors of #C1F966
Black with #C1F966
Text Example
Text Example
White with #C1F966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F966; }
p { color: rgb(193,249,102); }
H1.HeaderClassName
{
color: #C1F966;
}
.AnyTagClassName
{
color: #C1F966;
}
</style>
background-color css
<style>
a { background-color: #C1F966; }
a { background-color: rgb(193,249,102); }
div.DivClassName
{
background-color: #C1F966;
}
.BgClassName
{
background-color: #C1F966;
}
</style>
border-color css
<style>
span { border-color: #C1F966; }
span { border-color: rgb(193,249,102); }
td.TdClassName
{
border-color: #C1F966;
}
.TagClassName
{
border-color: #C1F966;
}
</style>