Shades of Sulu #C4E06B
Tints of Sulu #C4E06B
RGB
CMYK
RGB Variations
Color information
#C4E06B (or 0xC4E06B) is known color: Sulu. HEX triplet: C4, E0 and 6B. RGB value is (196,224,107). Sum of RGB (Red+Green+Blue) = 196+224+107=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 107 (42.19% from 255 or 20.30% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #C4E06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4E06B is #3B1F94. Grayscale: #CACACA. Windows color (decimal): -3874709 or 7069892. OLE color: 7069892.
HSL color Cylindrical-coordinate representation of color #C4E06B: hue angle of 74.36º 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 #C4E06B is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 224 | 107 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.12 |
| HSL | 74.36º | 0.65% | 0.65% | - |
| HSV(B) | 74.36º | 0.52% | 0.88% | - |
| XYZ | 52.07 | 66.11 | 23.93 | - |
| YUV | 202.29 | 74.22 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 224 | 107 | 0.12 | 0 | 0.52 | 0.12 | 74.36 | 0.65 | 0.65 |
| Hex | C4 | E0 | 6B | C | 0 | 34 | C | 4A | 41 | 41 |
| Octal | 304 | 340 | 153 | 14 | 0 | 64 | 14 | 112 | 101 | 101 |
| Binary | 11000100 | 11100000 | 1101011 | 1100 | 0 | 110100 | 1100 | 1001010 | 1000001 | 1000001 |
Color Harmonies of #C4E06B
Complementary color
Monochromatic Colors of #C4E06B
Black with #C4E06B
Text Example
Text Example
White with #C4E06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E06B; }
p { color: rgb(196,224,107); }
H1.HeaderClassName
{
color: #C4E06B;
}
.AnyTagClassName
{
color: #C4E06B;
}
</style>
background-color css
<style>
a { background-color: #C4E06B; }
a { background-color: rgb(196,224,107); }
div.DivClassName
{
background-color: #C4E06B;
}
.BgClassName
{
background-color: #C4E06B;
}
</style>
border-color css
<style>
span { border-color: #C4E06B; }
span { border-color: rgb(196,224,107); }
td.TdClassName
{
border-color: #C4E06B;
}
.TagClassName
{
border-color: #C4E06B;
}
</style>