Shades of Sulu #C1F06D
Tints of Sulu #C1F06D
RGB
CMYK
RGB Variations
Color information
#C1F06D (or 0xC1F06D) is known color: Sulu. HEX triplet: C1, F0 and 6D. RGB value is (193,240,109). Sum of RGB (Red+Green+Blue) = 193+240+109=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 109 (42.97% from 255 or 20.11% from 542); Max value from RGB is 240 - color contains mainly: green. Hex color #C1F06D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F06D is #3E0F92. Grayscale: #D3D3D3. Windows color (decimal): -4067219 or 7205057. OLE color: 7205057.
HSL color Cylindrical-coordinate representation of color #C1F06D: hue angle of 81.53º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C1F06D is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 240 | 109 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.06 |
| HSL | 81.53º | 0.81% | 0.68% | - |
| HSV(B) | 81.53º | 0.55% | 0.94% | - |
| XYZ | 55.91 | 74.76 | 25.95 | - |
| YUV | 211.01 | 70.43 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 240 | 109 | 0.20 | 0 | 0.55 | 0.06 | 81.53 | 0.81 | 0.68 |
| Hex | C1 | F0 | 6D | 14 | 0 | 37 | 6 | 52 | 51 | 44 |
| Octal | 301 | 360 | 155 | 24 | 0 | 67 | 6 | 122 | 121 | 104 |
| Binary | 11000001 | 11110000 | 1101101 | 10100 | 0 | 110111 | 110 | 1010010 | 1010001 | 1000100 |
Color Harmonies of #C1F06D
Complementary color
Monochromatic Colors of #C1F06D
Black with #C1F06D
Text Example
Text Example
White with #C1F06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F06D; }
p { color: rgb(193,240,109); }
H1.HeaderClassName
{
color: #C1F06D;
}
.AnyTagClassName
{
color: #C1F06D;
}
</style>
background-color css
<style>
a { background-color: #C1F06D; }
a { background-color: rgb(193,240,109); }
div.DivClassName
{
background-color: #C1F06D;
}
.BgClassName
{
background-color: #C1F06D;
}
</style>
border-color css
<style>
span { border-color: #C1F06D; }
span { border-color: rgb(193,240,109); }
td.TdClassName
{
border-color: #C1F06D;
}
.TagClassName
{
border-color: #C1F06D;
}
</style>