Shades of Sulu #C1F26A
Tints of Sulu #C1F26A
RGB
CMYK
RGB Variations
Color information
#C1F26A (or 0xC1F26A) is known color: Sulu. HEX triplet: C1, F2 and 6A. RGB value is (193,242,106). Sum of RGB (Red+Green+Blue) = 193+242+106=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 242 (94.92% from 255 or 44.73% from 541); Blue value is 106 (41.80% from 255 or 19.59% from 541); Max value from RGB is 242 - color contains mainly: green. Hex color #C1F26A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F26A is #3E0D95. Grayscale: #D4D4D4. Windows color (decimal): -4066710 or 7008961. OLE color: 7008961.
HSL color Cylindrical-coordinate representation of color #C1F26A: hue angle of 81.62º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C1F26A is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 242 | 106 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.05 |
| HSL | 81.62º | 0.84% | 0.68% | - |
| HSV(B) | 81.62º | 0.56% | 0.95% | - |
| XYZ | 56.35 | 75.88 | 25.31 | - |
| YUV | 211.85 | 68.27 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 242 | 106 | 0.20 | 0 | 0.56 | 0.05 | 81.62 | 0.84 | 0.68 |
| Hex | C1 | F2 | 6A | 14 | 0 | 38 | 5 | 52 | 54 | 44 |
| Octal | 301 | 362 | 152 | 24 | 0 | 70 | 5 | 122 | 124 | 104 |
| Binary | 11000001 | 11110010 | 1101010 | 10100 | 0 | 111000 | 101 | 1010010 | 1010100 | 1000100 |
Color Harmonies of #C1F26A
Complementary color
Monochromatic Colors of #C1F26A
Black with #C1F26A
Text Example
Text Example
White with #C1F26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F26A; }
p { color: rgb(193,242,106); }
H1.HeaderClassName
{
color: #C1F26A;
}
.AnyTagClassName
{
color: #C1F26A;
}
</style>
background-color css
<style>
a { background-color: #C1F26A; }
a { background-color: rgb(193,242,106); }
div.DivClassName
{
background-color: #C1F26A;
}
.BgClassName
{
background-color: #C1F26A;
}
</style>
border-color css
<style>
span { border-color: #C1F26A; }
span { border-color: rgb(193,242,106); }
td.TdClassName
{
border-color: #C1F26A;
}
.TagClassName
{
border-color: #C1F26A;
}
</style>