Shades of Sulu #C5FE8C
Tints of Sulu #C5FE8C
RGB
CMYK
RGB Variations
Color information
#C5FE8C (or 0xC5FE8C) is known color: Sulu. HEX triplet: C5, FE and 8C. RGB value is (197,254,140). Sum of RGB (Red+Green+Blue) = 197+254+140=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 254 (99.61% from 255 or 42.98% from 591); Blue value is 140 (55.08% from 255 or 23.69% from 591); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FE8C is #3A0173. Grayscale: #E0E0E0. Windows color (decimal): -3801460 or 9240261. OLE color: 9240261.
HSL color Cylindrical-coordinate representation of color #C5FE8C: hue angle of 90º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C5FE8C is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 254 | 140 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.00 |
| HSL | 90º | 0.98% | 0.77% | - |
| HSV(B) | 90º | 0.45% | 1% | - |
| XYZ | 63.2 | 84.65 | 37.82 | - |
| YUV | 223.96 | 80.62 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 254 | 140 | 0.22 | 0 | 0.45 | 0.00 | 90 | 0.98 | 0.77 |
| Hex | C5 | FE | 8C | 16 | 0 | 2D | 0 | 5A | 62 | 4D |
| Octal | 305 | 376 | 214 | 26 | 0 | 55 | 0 | 132 | 142 | 115 |
| Binary | 11000101 | 11111110 | 10001100 | 10110 | 0 | 101101 | 0 | 1011010 | 1100010 | 1001101 |
Color Harmonies of #C5FE8C
Complementary color
Monochromatic Colors of #C5FE8C
Black with #C5FE8C
Text Example
Text Example
White with #C5FE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FE8C; }
p { color: rgb(197,254,140); }
H1.HeaderClassName
{
color: #C5FE8C;
}
.AnyTagClassName
{
color: #C5FE8C;
}
</style>
background-color css
<style>
a { background-color: #C5FE8C; }
a { background-color: rgb(197,254,140); }
div.DivClassName
{
background-color: #C5FE8C;
}
.BgClassName
{
background-color: #C5FE8C;
}
</style>
border-color css
<style>
span { border-color: #C5FE8C; }
span { border-color: rgb(197,254,140); }
td.TdClassName
{
border-color: #C5FE8C;
}
.TagClassName
{
border-color: #C5FE8C;
}
</style>