Shades of Sulu #C5DE7F
Tints of Sulu #C5DE7F
RGB
CMYK
RGB Variations
Color information
#C5DE7F (or 0xC5DE7F) is known color: Sulu. HEX triplet: C5, DE and 7F. RGB value is (197,222,127). Sum of RGB (Red+Green+Blue) = 197+222+127=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 127 (50% from 255 or 23.26% from 546); Max value from RGB is 222 - color contains mainly: green. Hex color #C5DE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DE7F is #3A2180. Grayscale: #CCCCCC. Windows color (decimal): -3809665 or 8380101. OLE color: 8380101.
HSL color Cylindrical-coordinate representation of color #C5DE7F: hue angle of 75.79º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C5DE7F is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 222 | 127 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.13 |
| HSL | 75.79º | 0.59% | 0.68% | - |
| HSV(B) | 75.79º | 0.43% | 0.87% | - |
| XYZ | 52.98 | 65.65 | 29.96 | - |
| YUV | 203.7 | 84.72 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 222 | 127 | 0.11 | 0 | 0.43 | 0.13 | 75.79 | 0.59 | 0.68 |
| Hex | C5 | DE | 7F | B | 0 | 2B | D | 4C | 3B | 44 |
| Octal | 305 | 336 | 177 | 13 | 0 | 53 | 15 | 114 | 73 | 104 |
| Binary | 11000101 | 11011110 | 1111111 | 1011 | 0 | 101011 | 1101 | 1001100 | 111011 | 1000100 |
Color Harmonies of #C5DE7F
Complementary color
Monochromatic Colors of #C5DE7F
Black with #C5DE7F
Text Example
Text Example
White with #C5DE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DE7F; }
p { color: rgb(197,222,127); }
H1.HeaderClassName
{
color: #C5DE7F;
}
.AnyTagClassName
{
color: #C5DE7F;
}
</style>
background-color css
<style>
a { background-color: #C5DE7F; }
a { background-color: rgb(197,222,127); }
div.DivClassName
{
background-color: #C5DE7F;
}
.BgClassName
{
background-color: #C5DE7F;
}
</style>
border-color css
<style>
span { border-color: #C5DE7F; }
span { border-color: rgb(197,222,127); }
td.TdClassName
{
border-color: #C5DE7F;
}
.TagClassName
{
border-color: #C5DE7F;
}
</style>