Shades of Sulu #C5DD94
Tints of Sulu #C5DD94
RGB
CMYK
RGB Variations
Color information
#C5DD94 (or 0xC5DD94) is known color: Sulu. HEX triplet: C5, DD and 94. RGB value is (197,221,148). Sum of RGB (Red+Green+Blue) = 197+221+148=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DD94 is #3A226B. Grayscale: #CDCDCD. Windows color (decimal): -3809900 or 9756101. OLE color: 9756101.
HSL color Cylindrical-coordinate representation of color #C5DD94: hue angle of 79.73º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5DD94 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 221 | 148 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.13 |
| HSL | 79.73º | 0.52% | 0.72% | - |
| HSV(B) | 79.73º | 0.33% | 0.87% | - |
| XYZ | 54.23 | 65.72 | 37.84 | - |
| YUV | 205.5 | 95.55 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 221 | 148 | 0.11 | 0 | 0.33 | 0.13 | 79.73 | 0.52 | 0.72 |
| Hex | C5 | DD | 94 | B | 0 | 21 | D | 50 | 34 | 48 |
| Octal | 305 | 335 | 224 | 13 | 0 | 41 | 15 | 120 | 64 | 110 |
| Binary | 11000101 | 11011101 | 10010100 | 1011 | 0 | 100001 | 1101 | 1010000 | 110100 | 1001000 |
Color Harmonies of #C5DD94
Complementary color
Monochromatic Colors of #C5DD94
Black with #C5DD94
Text Example
Text Example
White with #C5DD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DD94; }
p { color: rgb(197,221,148); }
H1.HeaderClassName
{
color: #C5DD94;
}
.AnyTagClassName
{
color: #C5DD94;
}
</style>
background-color css
<style>
a { background-color: #C5DD94; }
a { background-color: rgb(197,221,148); }
div.DivClassName
{
background-color: #C5DD94;
}
.BgClassName
{
background-color: #C5DD94;
}
</style>
border-color css
<style>
span { border-color: #C5DD94; }
span { border-color: rgb(197,221,148); }
td.TdClassName
{
border-color: #C5DD94;
}
.TagClassName
{
border-color: #C5DD94;
}
</style>