Shades of Sulu #C5DF94
Tints of Sulu #C5DF94
RGB
CMYK
RGB Variations
Color information
#C5DF94 (or 0xC5DF94) is known color: Sulu. HEX triplet: C5, DF and 94. RGB value is (197,223,148). Sum of RGB (Red+Green+Blue) = 197+223+148=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 148 (58.20% from 255 or 26.06% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DF94 is #3A206B. Grayscale: #CECECE. Windows color (decimal): -3809388 or 9756613. OLE color: 9756613.
HSL color Cylindrical-coordinate representation of color #C5DF94: hue angle of 80.8º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C5DF94 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 223 | 148 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.13 |
| HSL | 80.8º | 0.54% | 0.73% | - |
| HSV(B) | 80.8º | 0.34% | 0.87% | - |
| XYZ | 54.76 | 66.78 | 38.02 | - |
| YUV | 206.68 | 94.89 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 223 | 148 | 0.12 | 0 | 0.34 | 0.13 | 80.8 | 0.54 | 0.73 |
| Hex | C5 | DF | 94 | C | 0 | 22 | D | 51 | 36 | 49 |
| Octal | 305 | 337 | 224 | 14 | 0 | 42 | 15 | 121 | 66 | 111 |
| Binary | 11000101 | 11011111 | 10010100 | 1100 | 0 | 100010 | 1101 | 1010001 | 110110 | 1001001 |
Color Harmonies of #C5DF94
Complementary color
Monochromatic Colors of #C5DF94
Black with #C5DF94
Text Example
Text Example
White with #C5DF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DF94; }
p { color: rgb(197,223,148); }
H1.HeaderClassName
{
color: #C5DF94;
}
.AnyTagClassName
{
color: #C5DF94;
}
</style>
background-color css
<style>
a { background-color: #C5DF94; }
a { background-color: rgb(197,223,148); }
div.DivClassName
{
background-color: #C5DF94;
}
.BgClassName
{
background-color: #C5DF94;
}
</style>
border-color css
<style>
span { border-color: #C5DF94; }
span { border-color: rgb(197,223,148); }
td.TdClassName
{
border-color: #C5DF94;
}
.TagClassName
{
border-color: #C5DF94;
}
</style>