Shades of Sulu #C4E56B
Tints of Sulu #C4E56B
RGB
CMYK
RGB Variations
Color information
#C4E56B (or 0xC4E56B) is known color: Sulu. HEX triplet: C4, E5 and 6B. RGB value is (196,229,107). Sum of RGB (Red+Green+Blue) = 196+229+107=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 229 (89.84% from 255 or 43.05% from 532); Blue value is 107 (42.19% from 255 or 20.11% from 532); Max value from RGB is 229 - color contains mainly: green. Hex color #C4E56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4E56B is #3B1A94. Grayscale: #CDCDCD. Windows color (decimal): -3873429 or 7071172. OLE color: 7071172.
HSL color Cylindrical-coordinate representation of color #C4E56B: hue angle of 76.23º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C4E56B is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 229 | 107 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.10 |
| HSL | 76.23º | 0.7% | 0.66% | - |
| HSV(B) | 76.23º | 0.53% | 0.9% | - |
| XYZ | 53.44 | 68.84 | 24.38 | - |
| YUV | 205.23 | 72.57 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 229 | 107 | 0.14 | 0 | 0.53 | 0.10 | 76.23 | 0.7 | 0.66 |
| Hex | C4 | E5 | 6B | E | 0 | 35 | A | 4C | 46 | 42 |
| Octal | 304 | 345 | 153 | 16 | 0 | 65 | 12 | 114 | 106 | 102 |
| Binary | 11000100 | 11100101 | 1101011 | 1110 | 0 | 110101 | 1010 | 1001100 | 1000110 | 1000010 |
Color Harmonies of #C4E56B
Complementary color
Monochromatic Colors of #C4E56B
Black with #C4E56B
Text Example
Text Example
White with #C4E56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E56B; }
p { color: rgb(196,229,107); }
H1.HeaderClassName
{
color: #C4E56B;
}
.AnyTagClassName
{
color: #C4E56B;
}
</style>
background-color css
<style>
a { background-color: #C4E56B; }
a { background-color: rgb(196,229,107); }
div.DivClassName
{
background-color: #C4E56B;
}
.BgClassName
{
background-color: #C4E56B;
}
</style>
border-color css
<style>
span { border-color: #C4E56B; }
span { border-color: rgb(196,229,107); }
td.TdClassName
{
border-color: #C4E56B;
}
.TagClassName
{
border-color: #C4E56B;
}
</style>