Shades of Sulu #C4E06C
Tints of Sulu #C4E06C
RGB
CMYK
RGB Variations
Color information
#C4E06C (or 0xC4E06C) is known color: Sulu. HEX triplet: C4, E0 and 6C. RGB value is (196,224,108). Sum of RGB (Red+Green+Blue) = 196+224+108=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 108 (42.58% from 255 or 20.45% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #C4E06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4E06C is #3B1F93. Grayscale: #CACACA. Windows color (decimal): -3874708 or 7135428. OLE color: 7135428.
HSL color Cylindrical-coordinate representation of color #C4E06C: hue angle of 74.48º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4E06C is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 224 | 108 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.12 |
| HSL | 74.48º | 0.65% | 0.65% | - |
| HSV(B) | 74.48º | 0.52% | 0.88% | - |
| XYZ | 52.13 | 66.13 | 24.2 | - |
| YUV | 202.4 | 74.72 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 224 | 108 | 0.12 | 0 | 0.52 | 0.12 | 74.48 | 0.65 | 0.65 |
| Hex | C4 | E0 | 6C | C | 0 | 34 | C | 4A | 41 | 41 |
| Octal | 304 | 340 | 154 | 14 | 0 | 64 | 14 | 112 | 101 | 101 |
| Binary | 11000100 | 11100000 | 1101100 | 1100 | 0 | 110100 | 1100 | 1001010 | 1000001 | 1000001 |
Color Harmonies of #C4E06C
Complementary color
Monochromatic Colors of #C4E06C
Black with #C4E06C
Text Example
Text Example
White with #C4E06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E06C; }
p { color: rgb(196,224,108); }
H1.HeaderClassName
{
color: #C4E06C;
}
.AnyTagClassName
{
color: #C4E06C;
}
</style>
background-color css
<style>
a { background-color: #C4E06C; }
a { background-color: rgb(196,224,108); }
div.DivClassName
{
background-color: #C4E06C;
}
.BgClassName
{
background-color: #C4E06C;
}
</style>
border-color css
<style>
span { border-color: #C4E06C; }
span { border-color: rgb(196,224,108); }
td.TdClassName
{
border-color: #C4E06C;
}
.TagClassName
{
border-color: #C4E06C;
}
</style>