Shades of Sulu #C5DF93
Tints of Sulu #C5DF93
RGB
CMYK
RGB Variations
Color information
#C5DF93 (or 0xC5DF93) is known color: Sulu. HEX triplet: C5, DF and 93. RGB value is (197,223,147). Sum of RGB (Red+Green+Blue) = 197+223+147=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 147 (57.81% from 255 or 25.93% from 567); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DF93 is #3A206C. Grayscale: #CECECE. Windows color (decimal): -3809389 or 9691077. OLE color: 9691077.
HSL color Cylindrical-coordinate representation of color #C5DF93: hue angle of 80.53º 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 #C5DF93 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 223 | 147 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.13 |
| HSL | 80.53º | 0.54% | 0.73% | - |
| HSV(B) | 80.53º | 0.34% | 0.87% | - |
| XYZ | 54.68 | 66.75 | 37.61 | - |
| YUV | 206.56 | 94.39 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 223 | 147 | 0.12 | 0 | 0.34 | 0.13 | 80.53 | 0.54 | 0.73 |
| Hex | C5 | DF | 93 | C | 0 | 22 | D | 51 | 36 | 49 |
| Octal | 305 | 337 | 223 | 14 | 0 | 42 | 15 | 121 | 66 | 111 |
| Binary | 11000101 | 11011111 | 10010011 | 1100 | 0 | 100010 | 1101 | 1010001 | 110110 | 1001001 |
Color Harmonies of #C5DF93
Complementary color
Monochromatic Colors of #C5DF93
Black with #C5DF93
Text Example
Text Example
White with #C5DF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DF93; }
p { color: rgb(197,223,147); }
H1.HeaderClassName
{
color: #C5DF93;
}
.AnyTagClassName
{
color: #C5DF93;
}
</style>
background-color css
<style>
a { background-color: #C5DF93; }
a { background-color: rgb(197,223,147); }
div.DivClassName
{
background-color: #C5DF93;
}
.BgClassName
{
background-color: #C5DF93;
}
</style>
border-color css
<style>
span { border-color: #C5DF93; }
span { border-color: rgb(197,223,147); }
td.TdClassName
{
border-color: #C5DF93;
}
.TagClassName
{
border-color: #C5DF93;
}
</style>