Shades of Sulu #C5E67C
Tints of Sulu #C5E67C
RGB
CMYK
RGB Variations
Color information
#C5E67C (or 0xC5E67C) is known color: Sulu. HEX triplet: C5, E6 and 7C. RGB value is (197,230,124). Sum of RGB (Red+Green+Blue) = 197+230+124=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 230 (90.23% from 255 or 41.74% from 551); Blue value is 124 (48.83% from 255 or 22.50% from 551); Max value from RGB is 230 - color contains mainly: green. Hex color #C5E67C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5E67C is #3A1983. Grayscale: #D0D0D0. Windows color (decimal): -3807620 or 8185541. OLE color: 8185541.
HSL color Cylindrical-coordinate representation of color #C5E67C: hue angle of 78.68º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5E67C is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 230 | 124 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.10 |
| HSL | 78.68º | 0.68% | 0.69% | - |
| HSV(B) | 78.68º | 0.46% | 0.9% | - |
| XYZ | 54.96 | 69.92 | 29.67 | - |
| YUV | 208.05 | 80.57 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 230 | 124 | 0.14 | 0 | 0.46 | 0.10 | 78.68 | 0.68 | 0.69 |
| Hex | C5 | E6 | 7C | E | 0 | 2E | A | 4F | 44 | 45 |
| Octal | 305 | 346 | 174 | 16 | 0 | 56 | 12 | 117 | 104 | 105 |
| Binary | 11000101 | 11100110 | 1111100 | 1110 | 0 | 101110 | 1010 | 1001111 | 1000100 | 1000101 |
Color Harmonies of #C5E67C
Complementary color
Monochromatic Colors of #C5E67C
Black with #C5E67C
Text Example
Text Example
White with #C5E67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E67C; }
p { color: rgb(197,230,124); }
H1.HeaderClassName
{
color: #C5E67C;
}
.AnyTagClassName
{
color: #C5E67C;
}
</style>
background-color css
<style>
a { background-color: #C5E67C; }
a { background-color: rgb(197,230,124); }
div.DivClassName
{
background-color: #C5E67C;
}
.BgClassName
{
background-color: #C5E67C;
}
</style>
border-color css
<style>
span { border-color: #C5E67C; }
span { border-color: rgb(197,230,124); }
td.TdClassName
{
border-color: #C5E67C;
}
.TagClassName
{
border-color: #C5E67C;
}
</style>