Shades of Sulu #C1F069
Tints of Sulu #C1F069
RGB
CMYK
RGB Variations
Color information
#C1F069 (or 0xC1F069) is known color: Sulu. HEX triplet: C1, F0 and 69. RGB value is (193,240,105). Sum of RGB (Red+Green+Blue) = 193+240+105=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 105 (41.41% from 255 or 19.52% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #C1F069 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F069 is #3E0F96. Grayscale: #D3D3D3. Windows color (decimal): -4067223 or 6942913. OLE color: 6942913.
HSL color Cylindrical-coordinate representation of color #C1F069: hue angle of 80.89º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C1F069 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 240 | 105 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.06 |
| HSL | 80.89º | 0.82% | 0.68% | - |
| HSV(B) | 80.89º | 0.56% | 0.94% | - |
| XYZ | 55.7 | 74.68 | 24.84 | - |
| YUV | 210.56 | 68.43 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 240 | 105 | 0.20 | 0 | 0.56 | 0.06 | 80.89 | 0.82 | 0.68 |
| Hex | C1 | F0 | 69 | 14 | 0 | 38 | 6 | 51 | 52 | 44 |
| Octal | 301 | 360 | 151 | 24 | 0 | 70 | 6 | 121 | 122 | 104 |
| Binary | 11000001 | 11110000 | 1101001 | 10100 | 0 | 111000 | 110 | 1010001 | 1010010 | 1000100 |
Color Harmonies of #C1F069
Complementary color
Monochromatic Colors of #C1F069
Black with #C1F069
Text Example
Text Example
White with #C1F069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F069; }
p { color: rgb(193,240,105); }
H1.HeaderClassName
{
color: #C1F069;
}
.AnyTagClassName
{
color: #C1F069;
}
</style>
background-color css
<style>
a { background-color: #C1F069; }
a { background-color: rgb(193,240,105); }
div.DivClassName
{
background-color: #C1F069;
}
.BgClassName
{
background-color: #C1F069;
}
</style>
border-color css
<style>
span { border-color: #C1F069; }
span { border-color: rgb(193,240,105); }
td.TdClassName
{
border-color: #C1F069;
}
.TagClassName
{
border-color: #C1F069;
}
</style>