Shades of Sulu #C5DF8F
Tints of Sulu #C5DF8F
RGB
CMYK
RGB Variations
Color information
#C5DF8F (or 0xC5DF8F) is known color: Sulu. HEX triplet: C5, DF and 8F. RGB value is (197,223,143). Sum of RGB (Red+Green+Blue) = 197+223+143=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 143 (56.25% from 255 or 25.40% from 563); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DF8F is #3A2070. Grayscale: #CECECE. Windows color (decimal): -3809393 or 9428933. OLE color: 9428933.
HSL color Cylindrical-coordinate representation of color #C5DF8F: hue angle of 79.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C5DF8F is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 223 | 143 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.13 |
| HSL | 79.5º | 0.56% | 0.72% | - |
| HSV(B) | 79.5º | 0.36% | 0.87% | - |
| XYZ | 54.37 | 66.63 | 35.98 | - |
| YUV | 206.11 | 92.39 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 223 | 143 | 0.12 | 0 | 0.36 | 0.13 | 79.5 | 0.56 | 0.72 |
| Hex | C5 | DF | 8F | C | 0 | 24 | D | 50 | 38 | 48 |
| Octal | 305 | 337 | 217 | 14 | 0 | 44 | 15 | 120 | 70 | 110 |
| Binary | 11000101 | 11011111 | 10001111 | 1100 | 0 | 100100 | 1101 | 1010000 | 111000 | 1001000 |
Color Harmonies of #C5DF8F
Complementary color
Monochromatic Colors of #C5DF8F
Black with #C5DF8F
Text Example
Text Example
White with #C5DF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DF8F; }
p { color: rgb(197,223,143); }
H1.HeaderClassName
{
color: #C5DF8F;
}
.AnyTagClassName
{
color: #C5DF8F;
}
</style>
background-color css
<style>
a { background-color: #C5DF8F; }
a { background-color: rgb(197,223,143); }
div.DivClassName
{
background-color: #C5DF8F;
}
.BgClassName
{
background-color: #C5DF8F;
}
</style>
border-color css
<style>
span { border-color: #C5DF8F; }
span { border-color: rgb(197,223,143); }
td.TdClassName
{
border-color: #C5DF8F;
}
.TagClassName
{
border-color: #C5DF8F;
}
</style>