Shades of Sulu #C4E16B
Tints of Sulu #C4E16B
RGB
CMYK
RGB Variations
Color information
#C4E16B (or 0xC4E16B) is known color: Sulu. HEX triplet: C4, E1 and 6B. RGB value is (196,225,107). Sum of RGB (Red+Green+Blue) = 196+225+107=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 107 (42.19% from 255 or 20.27% from 528); Max value from RGB is 225 - color contains mainly: green. Hex color #C4E16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4E16B is #3B1E94. Grayscale: #CBCBCB. Windows color (decimal): -3874453 or 7070148. OLE color: 7070148.
HSL color Cylindrical-coordinate representation of color #C4E16B: hue angle of 74.75º degrees, saturation: 0.66, 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 #C4E16B is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 225 | 107 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.12 |
| HSL | 74.75º | 0.66% | 0.65% | - |
| HSV(B) | 74.75º | 0.52% | 0.88% | - |
| XYZ | 52.34 | 66.65 | 24.02 | - |
| YUV | 202.88 | 73.89 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 225 | 107 | 0.13 | 0 | 0.52 | 0.12 | 74.75 | 0.66 | 0.65 |
| Hex | C4 | E1 | 6B | D | 0 | 34 | C | 4B | 42 | 41 |
| Octal | 304 | 341 | 153 | 15 | 0 | 64 | 14 | 113 | 102 | 101 |
| Binary | 11000100 | 11100001 | 1101011 | 1101 | 0 | 110100 | 1100 | 1001011 | 1000010 | 1000001 |
Color Harmonies of #C4E16B
Complementary color
Monochromatic Colors of #C4E16B
Black with #C4E16B
Text Example
Text Example
White with #C4E16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E16B; }
p { color: rgb(196,225,107); }
H1.HeaderClassName
{
color: #C4E16B;
}
.AnyTagClassName
{
color: #C4E16B;
}
</style>
background-color css
<style>
a { background-color: #C4E16B; }
a { background-color: rgb(196,225,107); }
div.DivClassName
{
background-color: #C4E16B;
}
.BgClassName
{
background-color: #C4E16B;
}
</style>
border-color css
<style>
span { border-color: #C4E16B; }
span { border-color: rgb(196,225,107); }
td.TdClassName
{
border-color: #C4E16B;
}
.TagClassName
{
border-color: #C4E16B;
}
</style>