Shades of Sulu #C1D874
Tints of Sulu #C1D874
RGB
CMYK
RGB Variations
Color information
#C1D874 (or 0xC1D874) is known color: Sulu. HEX triplet: C1, D8 and 74. RGB value is (193,216,116). Sum of RGB (Red+Green+Blue) = 193+216+116=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 216 (84.77% from 255 or 41.14% from 525); Blue value is 116 (45.70% from 255 or 22.10% from 525); Max value from RGB is 216 - color contains mainly: green. Hex color #C1D874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D874 is #3E278B. Grayscale: #C6C6C6. Windows color (decimal): -4073356 or 7657665. OLE color: 7657665.
HSL color Cylindrical-coordinate representation of color #C1D874: hue angle of 73.8º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C1D874 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 216 | 116 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.15 |
| HSL | 73.8º | 0.56% | 0.65% | - |
| HSV(B) | 73.8º | 0.46% | 0.85% | - |
| XYZ | 49.7 | 61.71 | 25.81 | - |
| YUV | 197.72 | 81.88 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 216 | 116 | 0.11 | 0 | 0.46 | 0.15 | 73.8 | 0.56 | 0.65 |
| Hex | C1 | D8 | 74 | B | 0 | 2E | F | 4A | 38 | 41 |
| Octal | 301 | 330 | 164 | 13 | 0 | 56 | 17 | 112 | 70 | 101 |
| Binary | 11000001 | 11011000 | 1110100 | 1011 | 0 | 101110 | 1111 | 1001010 | 111000 | 1000001 |
Color Harmonies of #C1D874
Complementary color
Monochromatic Colors of #C1D874
Black with #C1D874
Text Example
Text Example
White with #C1D874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D874; }
p { color: rgb(193,216,116); }
H1.HeaderClassName
{
color: #C1D874;
}
.AnyTagClassName
{
color: #C1D874;
}
</style>
background-color css
<style>
a { background-color: #C1D874; }
a { background-color: rgb(193,216,116); }
div.DivClassName
{
background-color: #C1D874;
}
.BgClassName
{
background-color: #C1D874;
}
</style>
border-color css
<style>
span { border-color: #C1D874; }
span { border-color: rgb(193,216,116); }
td.TdClassName
{
border-color: #C1D874;
}
.TagClassName
{
border-color: #C1D874;
}
</style>