Shades of Sulu #C4E968
Tints of Sulu #C4E968
RGB
CMYK
RGB Variations
Color information
#C4E968 (or 0xC4E968) is known color: Sulu. HEX triplet: C4, E9 and 68. RGB value is (196,233,104). Sum of RGB (Red+Green+Blue) = 196+233+104=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 233 (91.41% from 255 or 43.71% from 533); Blue value is 104 (41.02% from 255 or 19.51% from 533); Max value from RGB is 233 - color contains mainly: green. Hex color #C4E968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4E968 is #3B1697. Grayscale: #CFCFCF. Windows color (decimal): -3872408 or 6875588. OLE color: 6875588.
HSL color Cylindrical-coordinate representation of color #C4E968: hue angle of 77.21º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C4E968 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 233 | 104 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.09 |
| HSL | 77.21º | 0.75% | 0.66% | - |
| HSV(B) | 77.21º | 0.55% | 0.91% | - |
| XYZ | 54.4 | 71.01 | 23.94 | - |
| YUV | 207.23 | 69.74 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 233 | 104 | 0.16 | 0 | 0.55 | 0.09 | 77.21 | 0.75 | 0.66 |
| Hex | C4 | E9 | 68 | 10 | 0 | 37 | 9 | 4D | 4B | 42 |
| Octal | 304 | 351 | 150 | 20 | 0 | 67 | 11 | 115 | 113 | 102 |
| Binary | 11000100 | 11101001 | 1101000 | 10000 | 0 | 110111 | 1001 | 1001101 | 1001011 | 1000010 |
Color Harmonies of #C4E968
Complementary color
Monochromatic Colors of #C4E968
Black with #C4E968
Text Example
Text Example
White with #C4E968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E968; }
p { color: rgb(196,233,104); }
H1.HeaderClassName
{
color: #C4E968;
}
.AnyTagClassName
{
color: #C4E968;
}
</style>
background-color css
<style>
a { background-color: #C4E968; }
a { background-color: rgb(196,233,104); }
div.DivClassName
{
background-color: #C4E968;
}
.BgClassName
{
background-color: #C4E968;
}
</style>
border-color css
<style>
span { border-color: #C4E968; }
span { border-color: rgb(196,233,104); }
td.TdClassName
{
border-color: #C4E968;
}
.TagClassName
{
border-color: #C4E968;
}
</style>