Shades of Sulu #C1E681
Tints of Sulu #C1E681
RGB
CMYK
RGB Variations
Color information
#C1E681 (or 0xC1E681) is known color: Sulu. HEX triplet: C1, E6 and 81. RGB value is (193,230,129). Sum of RGB (Red+Green+Blue) = 193+230+129=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 230 (90.23% from 255 or 41.67% from 552); Blue value is 129 (50.78% from 255 or 23.37% from 552); Max value from RGB is 230 - color contains mainly: green. Hex color #C1E681 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1E681 is #3E197E. Grayscale: #CFCFCF. Windows color (decimal): -4069759 or 8513217. OLE color: 8513217.
HSL color Cylindrical-coordinate representation of color #C1E681: hue angle of 81.98º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C1E681 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 230 | 129 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.10 |
| HSL | 81.98º | 0.67% | 0.7% | - |
| HSV(B) | 81.98º | 0.44% | 0.9% | - |
| XYZ | 54.25 | 69.52 | 31.33 | - |
| YUV | 207.42 | 83.74 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 230 | 129 | 0.16 | 0 | 0.44 | 0.10 | 81.98 | 0.67 | 0.7 |
| Hex | C1 | E6 | 81 | 10 | 0 | 2C | A | 52 | 43 | 46 |
| Octal | 301 | 346 | 201 | 20 | 0 | 54 | 12 | 122 | 103 | 106 |
| Binary | 11000001 | 11100110 | 10000001 | 10000 | 0 | 101100 | 1010 | 1010010 | 1000011 | 1000110 |
Color Harmonies of #C1E681
Complementary color
Monochromatic Colors of #C1E681
Black with #C1E681
Text Example
Text Example
White with #C1E681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E681; }
p { color: rgb(193,230,129); }
H1.HeaderClassName
{
color: #C1E681;
}
.AnyTagClassName
{
color: #C1E681;
}
</style>
background-color css
<style>
a { background-color: #C1E681; }
a { background-color: rgb(193,230,129); }
div.DivClassName
{
background-color: #C1E681;
}
.BgClassName
{
background-color: #C1E681;
}
</style>
border-color css
<style>
span { border-color: #C1E681; }
span { border-color: rgb(193,230,129); }
td.TdClassName
{
border-color: #C1E681;
}
.TagClassName
{
border-color: #C1E681;
}
</style>