Shades of Sulu #C5D97F
Tints of Sulu #C5D97F
RGB
CMYK
RGB Variations
Color information
#C5D97F (or 0xC5D97F) is known color: Sulu. HEX triplet: C5, D9 and 7F. RGB value is (197,217,127). Sum of RGB (Red+Green+Blue) = 197+217+127=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 127 (50% from 255 or 23.48% from 541); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D97F is #3A2680. Grayscale: #C9C9C9. Windows color (decimal): -3810945 or 8378821. OLE color: 8378821.
HSL color Cylindrical-coordinate representation of color #C5D97F: hue angle of 73.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C5D97F is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 217 | 127 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.15 |
| HSL | 73.33º | 0.54% | 0.67% | - |
| HSV(B) | 73.33º | 0.41% | 0.85% | - |
| XYZ | 51.67 | 63.03 | 29.52 | - |
| YUV | 200.76 | 86.37 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 217 | 127 | 0.09 | 0 | 0.41 | 0.15 | 73.33 | 0.54 | 0.67 |
| Hex | C5 | D9 | 7F | 9 | 0 | 29 | F | 49 | 36 | 43 |
| Octal | 305 | 331 | 177 | 11 | 0 | 51 | 17 | 111 | 66 | 103 |
| Binary | 11000101 | 11011001 | 1111111 | 1001 | 0 | 101001 | 1111 | 1001001 | 110110 | 1000011 |
Color Harmonies of #C5D97F
Complementary color
Monochromatic Colors of #C5D97F
Black with #C5D97F
Text Example
Text Example
White with #C5D97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D97F; }
p { color: rgb(197,217,127); }
H1.HeaderClassName
{
color: #C5D97F;
}
.AnyTagClassName
{
color: #C5D97F;
}
</style>
background-color css
<style>
a { background-color: #C5D97F; }
a { background-color: rgb(197,217,127); }
div.DivClassName
{
background-color: #C5D97F;
}
.BgClassName
{
background-color: #C5D97F;
}
</style>
border-color css
<style>
span { border-color: #C5D97F; }
span { border-color: rgb(197,217,127); }
td.TdClassName
{
border-color: #C5D97F;
}
.TagClassName
{
border-color: #C5D97F;
}
</style>