Shades of Sulu #C1E869
Tints of Sulu #C1E869
RGB
CMYK
RGB Variations
Color information
#C1E869 (or 0xC1E869) is known color: Sulu. HEX triplet: C1, E8 and 69. RGB value is (193,232,105). Sum of RGB (Red+Green+Blue) = 193+232+105=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 232 (91.02% from 255 or 43.77% from 530); Blue value is 105 (41.41% from 255 or 19.81% from 530); Max value from RGB is 232 - color contains mainly: green. Hex color #C1E869 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1E869 is #3E1796. Grayscale: #CECECE. Windows color (decimal): -4069271 or 6940865. OLE color: 6940865.
HSL color Cylindrical-coordinate representation of color #C1E869: hue angle of 78.43º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C1E869 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 232 | 105 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.09 |
| HSL | 78.43º | 0.73% | 0.66% | - |
| HSV(B) | 78.43º | 0.55% | 0.91% | - |
| XYZ | 53.4 | 70.07 | 24.08 | - |
| YUV | 205.86 | 71.08 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 232 | 105 | 0.17 | 0 | 0.55 | 0.09 | 78.43 | 0.73 | 0.66 |
| Hex | C1 | E8 | 69 | 11 | 0 | 37 | 9 | 4E | 49 | 42 |
| Octal | 301 | 350 | 151 | 21 | 0 | 67 | 11 | 116 | 111 | 102 |
| Binary | 11000001 | 11101000 | 1101001 | 10001 | 0 | 110111 | 1001 | 1001110 | 1001001 | 1000010 |
Color Harmonies of #C1E869
Complementary color
Monochromatic Colors of #C1E869
Black with #C1E869
Text Example
Text Example
White with #C1E869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E869; }
p { color: rgb(193,232,105); }
H1.HeaderClassName
{
color: #C1E869;
}
.AnyTagClassName
{
color: #C1E869;
}
</style>
background-color css
<style>
a { background-color: #C1E869; }
a { background-color: rgb(193,232,105); }
div.DivClassName
{
background-color: #C1E869;
}
.BgClassName
{
background-color: #C1E869;
}
</style>
border-color css
<style>
span { border-color: #C1E869; }
span { border-color: rgb(193,232,105); }
td.TdClassName
{
border-color: #C1E869;
}
.TagClassName
{
border-color: #C1E869;
}
</style>