Shades of Sulu #C5DC92
Tints of Sulu #C5DC92
RGB
CMYK
RGB Variations
Color information
#C5DC92 (or 0xC5DC92) is known color: Sulu. HEX triplet: C5, DC and 92. RGB value is (197,220,146). Sum of RGB (Red+Green+Blue) = 197+220+146=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 146 (57.42% from 255 or 25.93% from 563); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DC92 is #3A236D. Grayscale: #CCCCCC. Windows color (decimal): -3810158 or 9624773. OLE color: 9624773.
HSL color Cylindrical-coordinate representation of color #C5DC92: hue angle of 78.65º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C5DC92 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 146 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.14 |
| HSL | 78.65º | 0.51% | 0.72% | - |
| HSV(B) | 78.65º | 0.34% | 0.86% | - |
| XYZ | 53.81 | 65.13 | 36.93 | - |
| YUV | 204.69 | 94.88 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 146 | 0.10 | 0 | 0.34 | 0.14 | 78.65 | 0.51 | 0.72 |
| Hex | C5 | DC | 92 | A | 0 | 22 | E | 4F | 33 | 48 |
| Octal | 305 | 334 | 222 | 12 | 0 | 42 | 16 | 117 | 63 | 110 |
| Binary | 11000101 | 11011100 | 10010010 | 1010 | 0 | 100010 | 1110 | 1001111 | 110011 | 1001000 |
Color Harmonies of #C5DC92
Complementary color
Monochromatic Colors of #C5DC92
Black with #C5DC92
Text Example
Text Example
White with #C5DC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DC92; }
p { color: rgb(197,220,146); }
H1.HeaderClassName
{
color: #C5DC92;
}
.AnyTagClassName
{
color: #C5DC92;
}
</style>
background-color css
<style>
a { background-color: #C5DC92; }
a { background-color: rgb(197,220,146); }
div.DivClassName
{
background-color: #C5DC92;
}
.BgClassName
{
background-color: #C5DC92;
}
</style>
border-color css
<style>
span { border-color: #C5DC92; }
span { border-color: rgb(197,220,146); }
td.TdClassName
{
border-color: #C5DC92;
}
.TagClassName
{
border-color: #C5DC92;
}
</style>