Shades of Sulu #C5E98E
Tints of Sulu #C5E98E
RGB
CMYK
RGB Variations
Color information
#C5E98E (or 0xC5E98E) is known color: Sulu. HEX triplet: C5, E9 and 8E. RGB value is (197,233,142). Sum of RGB (Red+Green+Blue) = 197+233+142=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 233 (91.41% from 255 or 40.73% from 572); Blue value is 142 (55.86% from 255 or 24.83% from 572); Max value from RGB is 233 - color contains mainly: green. Hex color #C5E98E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5E98E is #3A1671. Grayscale: #D4D4D4. Windows color (decimal): -3806834 or 9365957. OLE color: 9365957.
HSL color Cylindrical-coordinate representation of color #C5E98E: hue angle of 83.74º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C5E98E is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 233 | 142 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.09 |
| HSL | 83.74º | 0.67% | 0.74% | - |
| HSV(B) | 83.74º | 0.39% | 0.91% | - |
| XYZ | 57.05 | 72.1 | 36.5 | - |
| YUV | 211.86 | 88.57 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 233 | 142 | 0.15 | 0 | 0.39 | 0.09 | 83.74 | 0.67 | 0.74 |
| Hex | C5 | E9 | 8E | F | 0 | 27 | 9 | 54 | 43 | 4A |
| Octal | 305 | 351 | 216 | 17 | 0 | 47 | 11 | 124 | 103 | 112 |
| Binary | 11000101 | 11101001 | 10001110 | 1111 | 0 | 100111 | 1001 | 1010100 | 1000011 | 1001010 |
Color Harmonies of #C5E98E
Complementary color
Monochromatic Colors of #C5E98E
Black with #C5E98E
Text Example
Text Example
White with #C5E98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E98E; }
p { color: rgb(197,233,142); }
H1.HeaderClassName
{
color: #C5E98E;
}
.AnyTagClassName
{
color: #C5E98E;
}
</style>
background-color css
<style>
a { background-color: #C5E98E; }
a { background-color: rgb(197,233,142); }
div.DivClassName
{
background-color: #C5E98E;
}
.BgClassName
{
background-color: #C5E98E;
}
</style>
border-color css
<style>
span { border-color: #C5E98E; }
span { border-color: rgb(197,233,142); }
td.TdClassName
{
border-color: #C5E98E;
}
.TagClassName
{
border-color: #C5E98E;
}
</style>