Shades of Sulu #C1D975
Tints of Sulu #C1D975
RGB
CMYK
RGB Variations
Color information
#C1D975 (or 0xC1D975) is known color: Sulu. HEX triplet: C1, D9 and 75. RGB value is (193,217,117). Sum of RGB (Red+Green+Blue) = 193+217+117=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 117 (46.09% from 255 or 22.20% from 527); Max value from RGB is 217 - color contains mainly: green. Hex color #C1D975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D975 is #3E268A. Grayscale: #C6C6C6. Windows color (decimal): -4073099 or 7723457. OLE color: 7723457.
HSL color Cylindrical-coordinate representation of color #C1D975: hue angle of 74.4º degrees, saturation: 0.57, 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 #C1D975 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 217 | 117 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.15 |
| HSL | 74.4º | 0.57% | 0.65% | - |
| HSV(B) | 74.4º | 0.46% | 0.85% | - |
| XYZ | 50.02 | 62.25 | 26.21 | - |
| YUV | 198.42 | 82.05 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 217 | 117 | 0.11 | 0 | 0.46 | 0.15 | 74.4 | 0.57 | 0.65 |
| Hex | C1 | D9 | 75 | B | 0 | 2E | F | 4A | 39 | 41 |
| Octal | 301 | 331 | 165 | 13 | 0 | 56 | 17 | 112 | 71 | 101 |
| Binary | 11000001 | 11011001 | 1110101 | 1011 | 0 | 101110 | 1111 | 1001010 | 111001 | 1000001 |
Color Harmonies of #C1D975
Complementary color
Monochromatic Colors of #C1D975
Black with #C1D975
Text Example
Text Example
White with #C1D975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D975; }
p { color: rgb(193,217,117); }
H1.HeaderClassName
{
color: #C1D975;
}
.AnyTagClassName
{
color: #C1D975;
}
</style>
background-color css
<style>
a { background-color: #C1D975; }
a { background-color: rgb(193,217,117); }
div.DivClassName
{
background-color: #C1D975;
}
.BgClassName
{
background-color: #C1D975;
}
</style>
border-color css
<style>
span { border-color: #C1D975; }
span { border-color: rgb(193,217,117); }
td.TdClassName
{
border-color: #C1D975;
}
.TagClassName
{
border-color: #C1D975;
}
</style>