Shades of Sulu #C1F369
Tints of Sulu #C1F369
RGB
CMYK
RGB Variations
Color information
#C1F369 (or 0xC1F369) is known color: Sulu. HEX triplet: C1, F3 and 69. RGB value is (193,243,105). Sum of RGB (Red+Green+Blue) = 193+243+105=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 243 (95.31% from 255 or 44.92% from 541); Blue value is 105 (41.41% from 255 or 19.41% from 541); Max value from RGB is 243 - color contains mainly: green. Hex color #C1F369 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F369 is #3E0C96. Grayscale: #D4D4D4. Windows color (decimal): -4066455 or 6943681. OLE color: 6943681.
HSL color Cylindrical-coordinate representation of color #C1F369: hue angle of 81.74º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C1F369 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 243 | 105 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.05 |
| HSL | 81.74º | 0.85% | 0.68% | - |
| HSV(B) | 81.74º | 0.57% | 0.95% | - |
| XYZ | 56.59 | 76.46 | 25.14 | - |
| YUV | 212.32 | 67.44 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 243 | 105 | 0.21 | 0 | 0.57 | 0.05 | 81.74 | 0.85 | 0.68 |
| Hex | C1 | F3 | 69 | 15 | 0 | 39 | 5 | 52 | 55 | 44 |
| Octal | 301 | 363 | 151 | 25 | 0 | 71 | 5 | 122 | 125 | 104 |
| Binary | 11000001 | 11110011 | 1101001 | 10101 | 0 | 111001 | 101 | 1010010 | 1010101 | 1000100 |
Color Harmonies of #C1F369
Complementary color
Monochromatic Colors of #C1F369
Black with #C1F369
Text Example
Text Example
White with #C1F369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F369; }
p { color: rgb(193,243,105); }
H1.HeaderClassName
{
color: #C1F369;
}
.AnyTagClassName
{
color: #C1F369;
}
</style>
background-color css
<style>
a { background-color: #C1F369; }
a { background-color: rgb(193,243,105); }
div.DivClassName
{
background-color: #C1F369;
}
.BgClassName
{
background-color: #C1F369;
}
</style>
border-color css
<style>
span { border-color: #C1F369; }
span { border-color: rgb(193,243,105); }
td.TdClassName
{
border-color: #C1F369;
}
.TagClassName
{
border-color: #C1F369;
}
</style>