Shades of Sulu #C4EA8A
Tints of Sulu #C4EA8A
RGB
CMYK
RGB Variations
Color information
#C4EA8A (or 0xC4EA8A) is known color: Sulu. HEX triplet: C4, EA and 8A. RGB value is (196,234,138). Sum of RGB (Red+Green+Blue) = 196+234+138=568 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.51% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 138 (54.30% from 255 or 24.30% from 568); Max value from RGB is 234 - color contains mainly: green. Hex color #C4EA8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4EA8A is #3B1575. Grayscale: #D4D4D4. Windows color (decimal): -3872118 or 9104068. OLE color: 9104068.
HSL color Cylindrical-coordinate representation of color #C4EA8A: hue angle of 83.75º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C4EA8A is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 234 | 138 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.08 |
| HSL | 83.75º | 0.7% | 0.73% | - |
| HSV(B) | 83.75º | 0.41% | 0.92% | - |
| XYZ | 56.78 | 72.42 | 35.03 | - |
| YUV | 211.69 | 86.41 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 234 | 138 | 0.16 | 0 | 0.41 | 0.08 | 83.75 | 0.7 | 0.73 |
| Hex | C4 | EA | 8A | 10 | 0 | 29 | 8 | 54 | 46 | 49 |
| Octal | 304 | 352 | 212 | 20 | 0 | 51 | 10 | 124 | 106 | 111 |
| Binary | 11000100 | 11101010 | 10001010 | 10000 | 0 | 101001 | 1000 | 1010100 | 1000110 | 1001001 |
Color Harmonies of #C4EA8A
Complementary color
Monochromatic Colors of #C4EA8A
Black with #C4EA8A
Text Example
Text Example
White with #C4EA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EA8A; }
p { color: rgb(196,234,138); }
H1.HeaderClassName
{
color: #C4EA8A;
}
.AnyTagClassName
{
color: #C4EA8A;
}
</style>
background-color css
<style>
a { background-color: #C4EA8A; }
a { background-color: rgb(196,234,138); }
div.DivClassName
{
background-color: #C4EA8A;
}
.BgClassName
{
background-color: #C4EA8A;
}
</style>
border-color css
<style>
span { border-color: #C4EA8A; }
span { border-color: rgb(196,234,138); }
td.TdClassName
{
border-color: #C4EA8A;
}
.TagClassName
{
border-color: #C4EA8A;
}
</style>