Shades of Sulu #C1EA81
Tints of Sulu #C1EA81
RGB
CMYK
RGB Variations
Color information
#C1EA81 (or 0xC1EA81) is known color: Sulu. HEX triplet: C1, EA and 81. RGB value is (193,234,129). Sum of RGB (Red+Green+Blue) = 193+234+129=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 234 (91.80% from 255 or 42.09% from 556); Blue value is 129 (50.78% from 255 or 23.20% from 556); Max value from RGB is 234 - color contains mainly: green. Hex color #C1EA81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1EA81 is #3E157E. Grayscale: #D2D2D2. Windows color (decimal): -4068735 or 8514241. OLE color: 8514241.
HSL color Cylindrical-coordinate representation of color #C1EA81: hue angle of 83.43º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C1EA81 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 234 | 129 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.08 |
| HSL | 83.43º | 0.71% | 0.71% | - |
| HSV(B) | 83.43º | 0.45% | 0.92% | - |
| XYZ | 55.38 | 71.77 | 31.7 | - |
| YUV | 209.77 | 82.42 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 234 | 129 | 0.18 | 0 | 0.45 | 0.08 | 83.43 | 0.71 | 0.71 |
| Hex | C1 | EA | 81 | 12 | 0 | 2D | 8 | 53 | 47 | 47 |
| Octal | 301 | 352 | 201 | 22 | 0 | 55 | 10 | 123 | 107 | 107 |
| Binary | 11000001 | 11101010 | 10000001 | 10010 | 0 | 101101 | 1000 | 1010011 | 1000111 | 1000111 |
Color Harmonies of #C1EA81
Complementary color
Monochromatic Colors of #C1EA81
Black with #C1EA81
Text Example
Text Example
White with #C1EA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EA81; }
p { color: rgb(193,234,129); }
H1.HeaderClassName
{
color: #C1EA81;
}
.AnyTagClassName
{
color: #C1EA81;
}
</style>
background-color css
<style>
a { background-color: #C1EA81; }
a { background-color: rgb(193,234,129); }
div.DivClassName
{
background-color: #C1EA81;
}
.BgClassName
{
background-color: #C1EA81;
}
</style>
border-color css
<style>
span { border-color: #C1EA81; }
span { border-color: rgb(193,234,129); }
td.TdClassName
{
border-color: #C1EA81;
}
.TagClassName
{
border-color: #C1EA81;
}
</style>