Shades of Sulu #C5DF8A
Tints of Sulu #C5DF8A
RGB
CMYK
RGB Variations
Color information
#C5DF8A (or 0xC5DF8A) is known color: Sulu. HEX triplet: C5, DF and 8A. RGB value is (197,223,138). Sum of RGB (Red+Green+Blue) = 197+223+138=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 138 (54.30% from 255 or 24.73% from 558); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DF8A is #3A2075. Grayscale: #CDCDCD. Windows color (decimal): -3809398 or 9101253. OLE color: 9101253.
HSL color Cylindrical-coordinate representation of color #C5DF8A: hue angle of 78.35º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C5DF8A is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 223 | 138 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.13 |
| HSL | 78.35º | 0.57% | 0.71% | - |
| HSV(B) | 78.35º | 0.38% | 0.87% | - |
| XYZ | 54 | 66.48 | 34.03 | - |
| YUV | 205.54 | 89.89 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 223 | 138 | 0.12 | 0 | 0.38 | 0.13 | 78.35 | 0.57 | 0.71 |
| Hex | C5 | DF | 8A | C | 0 | 26 | D | 4E | 39 | 47 |
| Octal | 305 | 337 | 212 | 14 | 0 | 46 | 15 | 116 | 71 | 107 |
| Binary | 11000101 | 11011111 | 10001010 | 1100 | 0 | 100110 | 1101 | 1001110 | 111001 | 1000111 |
Color Harmonies of #C5DF8A
Complementary color
Monochromatic Colors of #C5DF8A
Black with #C5DF8A
Text Example
Text Example
White with #C5DF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DF8A; }
p { color: rgb(197,223,138); }
H1.HeaderClassName
{
color: #C5DF8A;
}
.AnyTagClassName
{
color: #C5DF8A;
}
</style>
background-color css
<style>
a { background-color: #C5DF8A; }
a { background-color: rgb(197,223,138); }
div.DivClassName
{
background-color: #C5DF8A;
}
.BgClassName
{
background-color: #C5DF8A;
}
</style>
border-color css
<style>
span { border-color: #C5DF8A; }
span { border-color: rgb(197,223,138); }
td.TdClassName
{
border-color: #C5DF8A;
}
.TagClassName
{
border-color: #C5DF8A;
}
</style>