Shades of Sulu #C5DE8F
Tints of Sulu #C5DE8F
RGB
CMYK
RGB Variations
Color information
#C5DE8F (or 0xC5DE8F) is known color: Sulu. HEX triplet: C5, DE and 8F. RGB value is (197,222,143). Sum of RGB (Red+Green+Blue) = 197+222+143=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 143 (56.25% from 255 or 25.44% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #C5DE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DE8F is #3A2170. Grayscale: #CDCDCD. Windows color (decimal): -3809649 or 9428677. OLE color: 9428677.
HSL color Cylindrical-coordinate representation of color #C5DE8F: hue angle of 78.99º degrees, saturation: 0.54, 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 #C5DE8F is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 222 | 143 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.13 |
| HSL | 78.99º | 0.54% | 0.72% | - |
| HSV(B) | 78.99º | 0.36% | 0.87% | - |
| XYZ | 54.11 | 66.1 | 35.89 | - |
| YUV | 205.52 | 92.72 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 222 | 143 | 0.11 | 0 | 0.36 | 0.13 | 78.99 | 0.54 | 0.72 |
| Hex | C5 | DE | 8F | B | 0 | 24 | D | 4F | 36 | 48 |
| Octal | 305 | 336 | 217 | 13 | 0 | 44 | 15 | 117 | 66 | 110 |
| Binary | 11000101 | 11011110 | 10001111 | 1011 | 0 | 100100 | 1101 | 1001111 | 110110 | 1001000 |
Color Harmonies of #C5DE8F
Complementary color
Monochromatic Colors of #C5DE8F
Black with #C5DE8F
Text Example
Text Example
White with #C5DE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DE8F; }
p { color: rgb(197,222,143); }
H1.HeaderClassName
{
color: #C5DE8F;
}
.AnyTagClassName
{
color: #C5DE8F;
}
</style>
background-color css
<style>
a { background-color: #C5DE8F; }
a { background-color: rgb(197,222,143); }
div.DivClassName
{
background-color: #C5DE8F;
}
.BgClassName
{
background-color: #C5DE8F;
}
</style>
border-color css
<style>
span { border-color: #C5DE8F; }
span { border-color: rgb(197,222,143); }
td.TdClassName
{
border-color: #C5DE8F;
}
.TagClassName
{
border-color: #C5DE8F;
}
</style>