Shades of Sulu #C5F376
Tints of Sulu #C5F376
RGB
CMYK
RGB Variations
Color information
#C5F376 (or 0xC5F376) is known color: Sulu. HEX triplet: C5, F3 and 76. RGB value is (197,243,118). Sum of RGB (Red+Green+Blue) = 197+243+118=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 243 (95.31% from 255 or 43.55% from 558); Blue value is 118 (46.48% from 255 or 21.15% from 558); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F376 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F376 is #3A0C89. Grayscale: #D7D7D7. Windows color (decimal): -3804298 or 7795653. OLE color: 7795653.
HSL color Cylindrical-coordinate representation of color #C5F376: hue angle of 82.08º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5F376 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 243 | 118 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.05 |
| HSL | 82.08º | 0.84% | 0.71% | - |
| HSV(B) | 82.08º | 0.51% | 0.95% | - |
| XYZ | 58.35 | 77.28 | 28.98 | - |
| YUV | 215 | 73.26 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 243 | 118 | 0.19 | 0 | 0.51 | 0.05 | 82.08 | 0.84 | 0.71 |
| Hex | C5 | F3 | 76 | 13 | 0 | 33 | 5 | 52 | 54 | 47 |
| Octal | 305 | 363 | 166 | 23 | 0 | 63 | 5 | 122 | 124 | 107 |
| Binary | 11000101 | 11110011 | 1110110 | 10011 | 0 | 110011 | 101 | 1010010 | 1010100 | 1000111 |
Color Harmonies of #C5F376
Complementary color
Monochromatic Colors of #C5F376
Black with #C5F376
Text Example
Text Example
White with #C5F376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F376; }
p { color: rgb(197,243,118); }
H1.HeaderClassName
{
color: #C5F376;
}
.AnyTagClassName
{
color: #C5F376;
}
</style>
background-color css
<style>
a { background-color: #C5F376; }
a { background-color: rgb(197,243,118); }
div.DivClassName
{
background-color: #C5F376;
}
.BgClassName
{
background-color: #C5F376;
}
</style>
border-color css
<style>
span { border-color: #C5F376; }
span { border-color: rgb(197,243,118); }
td.TdClassName
{
border-color: #C5F376;
}
.TagClassName
{
border-color: #C5F376;
}
</style>