Shades of Sulu #C4E07B
Tints of Sulu #C4E07B
RGB
CMYK
RGB Variations
Color information
#C4E07B (or 0xC4E07B) is known color: Sulu. HEX triplet: C4, E0 and 7B. RGB value is (196,224,123). Sum of RGB (Red+Green+Blue) = 196+224+123=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 123 (48.44% from 255 or 22.65% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #C4E07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4E07B is #3B1F84. Grayscale: #CCCCCC. Windows color (decimal): -3874693 or 8118468. OLE color: 8118468.
HSL color Cylindrical-coordinate representation of color #C4E07B: hue angle of 76.63º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4E07B is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 224 | 123 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.12 |
| HSL | 76.63º | 0.62% | 0.68% | - |
| HSV(B) | 76.63º | 0.45% | 0.88% | - |
| XYZ | 53 | 66.48 | 28.78 | - |
| YUV | 204.11 | 82.22 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 224 | 123 | 0.12 | 0 | 0.45 | 0.12 | 76.63 | 0.62 | 0.68 |
| Hex | C4 | E0 | 7B | C | 0 | 2D | C | 4D | 3E | 44 |
| Octal | 304 | 340 | 173 | 14 | 0 | 55 | 14 | 115 | 76 | 104 |
| Binary | 11000100 | 11100000 | 1111011 | 1100 | 0 | 101101 | 1100 | 1001101 | 111110 | 1000100 |
Color Harmonies of #C4E07B
Complementary color
Monochromatic Colors of #C4E07B
Black with #C4E07B
Text Example
Text Example
White with #C4E07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E07B; }
p { color: rgb(196,224,123); }
H1.HeaderClassName
{
color: #C4E07B;
}
.AnyTagClassName
{
color: #C4E07B;
}
</style>
background-color css
<style>
a { background-color: #C4E07B; }
a { background-color: rgb(196,224,123); }
div.DivClassName
{
background-color: #C4E07B;
}
.BgClassName
{
background-color: #C4E07B;
}
</style>
border-color css
<style>
span { border-color: #C4E07B; }
span { border-color: rgb(196,224,123); }
td.TdClassName
{
border-color: #C4E07B;
}
.TagClassName
{
border-color: #C4E07B;
}
</style>