Shades of Sulu #C4E56C
Tints of Sulu #C4E56C
RGB
CMYK
RGB Variations
Color information
#C4E56C (or 0xC4E56C) is known color: Sulu. HEX triplet: C4, E5 and 6C. RGB value is (196,229,108). Sum of RGB (Red+Green+Blue) = 196+229+108=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 229 (89.84% from 255 or 42.96% from 533); Blue value is 108 (42.58% from 255 or 20.26% from 533); Max value from RGB is 229 - color contains mainly: green. Hex color #C4E56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4E56C is #3B1A93. Grayscale: #CDCDCD. Windows color (decimal): -3873428 or 7136708. OLE color: 7136708.
HSL color Cylindrical-coordinate representation of color #C4E56C: hue angle of 76.36º 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 #C4E56C is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 229 | 108 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.10 |
| HSL | 76.36º | 0.7% | 0.66% | - |
| HSV(B) | 76.36º | 0.53% | 0.9% | - |
| XYZ | 53.49 | 68.86 | 24.66 | - |
| YUV | 205.34 | 73.07 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 229 | 108 | 0.14 | 0 | 0.53 | 0.10 | 76.36 | 0.7 | 0.66 |
| Hex | C4 | E5 | 6C | E | 0 | 35 | A | 4C | 46 | 42 |
| Octal | 304 | 345 | 154 | 16 | 0 | 65 | 12 | 114 | 106 | 102 |
| Binary | 11000100 | 11100101 | 1101100 | 1110 | 0 | 110101 | 1010 | 1001100 | 1000110 | 1000010 |
Color Harmonies of #C4E56C
Complementary color
Monochromatic Colors of #C4E56C
Black with #C4E56C
Text Example
Text Example
White with #C4E56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E56C; }
p { color: rgb(196,229,108); }
H1.HeaderClassName
{
color: #C4E56C;
}
.AnyTagClassName
{
color: #C4E56C;
}
</style>
background-color css
<style>
a { background-color: #C4E56C; }
a { background-color: rgb(196,229,108); }
div.DivClassName
{
background-color: #C4E56C;
}
.BgClassName
{
background-color: #C4E56C;
}
</style>
border-color css
<style>
span { border-color: #C4E56C; }
span { border-color: rgb(196,229,108); }
td.TdClassName
{
border-color: #C4E56C;
}
.TagClassName
{
border-color: #C4E56C;
}
</style>