Shades of Sulu #C1E680
Tints of Sulu #C1E680
RGB
CMYK
RGB Variations
Color information
#C1E680 (or 0xC1E680) is known color: Sulu. HEX triplet: C1, E6 and 80. RGB value is (193,230,128). Sum of RGB (Red+Green+Blue) = 193+230+128=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 230 (90.23% from 255 or 41.74% from 551); Blue value is 128 (50.39% from 255 or 23.23% from 551); Max value from RGB is 230 - color contains mainly: green. Hex color #C1E680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1E680 is #3E197F. Grayscale: #CFCFCF. Windows color (decimal): -4069760 or 8447681. OLE color: 8447681.
HSL color Cylindrical-coordinate representation of color #C1E680: hue angle of 81.76º 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 #C1E680 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 230 | 128 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.10 |
| HSL | 81.76º | 0.67% | 0.7% | - |
| HSV(B) | 81.76º | 0.44% | 0.9% | - |
| XYZ | 54.19 | 69.49 | 30.98 | - |
| YUV | 207.31 | 83.24 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 230 | 128 | 0.16 | 0 | 0.44 | 0.10 | 81.76 | 0.67 | 0.7 |
| Hex | C1 | E6 | 80 | 10 | 0 | 2C | A | 52 | 43 | 46 |
| Octal | 301 | 346 | 200 | 20 | 0 | 54 | 12 | 122 | 103 | 106 |
| Binary | 11000001 | 11100110 | 10000000 | 10000 | 0 | 101100 | 1010 | 1010010 | 1000011 | 1000110 |
Color Harmonies of #C1E680
Complementary color
Monochromatic Colors of #C1E680
Black with #C1E680
Text Example
Text Example
White with #C1E680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E680; }
p { color: rgb(193,230,128); }
H1.HeaderClassName
{
color: #C1E680;
}
.AnyTagClassName
{
color: #C1E680;
}
</style>
background-color css
<style>
a { background-color: #C1E680; }
a { background-color: rgb(193,230,128); }
div.DivClassName
{
background-color: #C1E680;
}
.BgClassName
{
background-color: #C1E680;
}
</style>
border-color css
<style>
span { border-color: #C1E680; }
span { border-color: rgb(193,230,128); }
td.TdClassName
{
border-color: #C1E680;
}
.TagClassName
{
border-color: #C1E680;
}
</style>