Shades of Sulu #C1D878
Tints of Sulu #C1D878
RGB
CMYK
RGB Variations
Color information
#C1D878 (or 0xC1D878) is known color: Sulu. HEX triplet: C1, D8 and 78. RGB value is (193,216,120). Sum of RGB (Red+Green+Blue) = 193+216+120=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 120 (47.27% from 255 or 22.68% from 529); Max value from RGB is 216 - color contains mainly: green. Hex color #C1D878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D878 is #3E2787. Grayscale: #C6C6C6. Windows color (decimal): -4073352 or 7919809. OLE color: 7919809.
HSL color Cylindrical-coordinate representation of color #C1D878: hue angle of 74.37º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C1D878 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 216 | 120 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.15 |
| HSL | 74.37º | 0.55% | 0.66% | - |
| HSV(B) | 74.37º | 0.44% | 0.85% | - |
| XYZ | 49.94 | 61.81 | 27.07 | - |
| YUV | 198.18 | 83.88 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 216 | 120 | 0.11 | 0 | 0.44 | 0.15 | 74.37 | 0.55 | 0.66 |
| Hex | C1 | D8 | 78 | B | 0 | 2C | F | 4A | 37 | 42 |
| Octal | 301 | 330 | 170 | 13 | 0 | 54 | 17 | 112 | 67 | 102 |
| Binary | 11000001 | 11011000 | 1111000 | 1011 | 0 | 101100 | 1111 | 1001010 | 110111 | 1000010 |
Color Harmonies of #C1D878
Complementary color
Monochromatic Colors of #C1D878
Black with #C1D878
Text Example
Text Example
White with #C1D878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D878; }
p { color: rgb(193,216,120); }
H1.HeaderClassName
{
color: #C1D878;
}
.AnyTagClassName
{
color: #C1D878;
}
</style>
background-color css
<style>
a { background-color: #C1D878; }
a { background-color: rgb(193,216,120); }
div.DivClassName
{
background-color: #C1D878;
}
.BgClassName
{
background-color: #C1D878;
}
</style>
border-color css
<style>
span { border-color: #C1D878; }
span { border-color: rgb(193,216,120); }
td.TdClassName
{
border-color: #C1D878;
}
.TagClassName
{
border-color: #C1D878;
}
</style>