Shades of Sulu #C1E68A
Tints of Sulu #C1E68A
RGB
CMYK
RGB Variations
Color information
#C1E68A (or 0xC1E68A) is known color: Sulu. HEX triplet: C1, E6 and 8A. RGB value is (193,230,138). Sum of RGB (Red+Green+Blue) = 193+230+138=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 230 (90.23% from 255 or 41.00% from 561); Blue value is 138 (54.30% from 255 or 24.60% from 561); Max value from RGB is 230 - color contains mainly: green. Hex color #C1E68A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1E68A is #3E1975. Grayscale: #D0D0D0. Windows color (decimal): -4069750 or 9103041. OLE color: 9103041.
HSL color Cylindrical-coordinate representation of color #C1E68A: hue angle of 84.13º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C1E68A is Cyan = 0.16, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 230 | 138 | - |
| CMYK | 0.16 | 0 | 0.4 | 0.10 |
| HSL | 84.13º | 0.65% | 0.72% | - |
| HSV(B) | 84.13º | 0.4% | 0.9% | - |
| XYZ | 54.88 | 69.77 | 34.62 | - |
| YUV | 208.45 | 88.24 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 230 | 138 | 0.16 | 0 | 0.4 | 0.10 | 84.13 | 0.65 | 0.72 |
| Hex | C1 | E6 | 8A | 10 | 0 | 28 | A | 54 | 41 | 48 |
| Octal | 301 | 346 | 212 | 20 | 0 | 50 | 12 | 124 | 101 | 110 |
| Binary | 11000001 | 11100110 | 10001010 | 10000 | 0 | 101000 | 1010 | 1010100 | 1000001 | 1001000 |
Color Harmonies of #C1E68A
Complementary color
Monochromatic Colors of #C1E68A
Black with #C1E68A
Text Example
Text Example
White with #C1E68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E68A; }
p { color: rgb(193,230,138); }
H1.HeaderClassName
{
color: #C1E68A;
}
.AnyTagClassName
{
color: #C1E68A;
}
</style>
background-color css
<style>
a { background-color: #C1E68A; }
a { background-color: rgb(193,230,138); }
div.DivClassName
{
background-color: #C1E68A;
}
.BgClassName
{
background-color: #C1E68A;
}
</style>
border-color css
<style>
span { border-color: #C1E68A; }
span { border-color: rgb(193,230,138); }
td.TdClassName
{
border-color: #C1E68A;
}
.TagClassName
{
border-color: #C1E68A;
}
</style>