Shades of Sulu #C1EA8C
Tints of Sulu #C1EA8C
RGB
CMYK
RGB Variations
Color information
#C1EA8C (or 0xC1EA8C) is known color: Sulu. HEX triplet: C1, EA and 8C. RGB value is (193,234,140). Sum of RGB (Red+Green+Blue) = 193+234+140=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 234 (91.80% from 255 or 41.27% from 567); Blue value is 140 (55.08% from 255 or 24.69% from 567); Max value from RGB is 234 - color contains mainly: green. Hex color #C1EA8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1EA8C is #3E1573. Grayscale: #D3D3D3. Windows color (decimal): -4068724 or 9235137. OLE color: 9235137.
HSL color Cylindrical-coordinate representation of color #C1EA8C: hue angle of 86.17º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C1EA8C is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 234 | 140 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.08 |
| HSL | 86.17º | 0.69% | 0.73% | - |
| HSV(B) | 86.17º | 0.4% | 0.92% | - |
| XYZ | 56.15 | 72.08 | 35.76 | - |
| YUV | 211.03 | 87.92 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 234 | 140 | 0.18 | 0 | 0.40 | 0.08 | 86.17 | 0.69 | 0.73 |
| Hex | C1 | EA | 8C | 12 | 0 | 28 | 8 | 56 | 45 | 49 |
| Octal | 301 | 352 | 214 | 22 | 0 | 50 | 10 | 126 | 105 | 111 |
| Binary | 11000001 | 11101010 | 10001100 | 10010 | 0 | 101000 | 1000 | 1010110 | 1000101 | 1001001 |
Color Harmonies of #C1EA8C
Complementary color
Monochromatic Colors of #C1EA8C
Black with #C1EA8C
Text Example
Text Example
White with #C1EA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EA8C; }
p { color: rgb(193,234,140); }
H1.HeaderClassName
{
color: #C1EA8C;
}
.AnyTagClassName
{
color: #C1EA8C;
}
</style>
background-color css
<style>
a { background-color: #C1EA8C; }
a { background-color: rgb(193,234,140); }
div.DivClassName
{
background-color: #C1EA8C;
}
.BgClassName
{
background-color: #C1EA8C;
}
</style>
border-color css
<style>
span { border-color: #C1EA8C; }
span { border-color: rgb(193,234,140); }
td.TdClassName
{
border-color: #C1EA8C;
}
.TagClassName
{
border-color: #C1EA8C;
}
</style>