Shades of Sulu #C5F374
Tints of Sulu #C5F374
RGB
CMYK
RGB Variations
Color information
#C5F374 (or 0xC5F374) is known color: Sulu. HEX triplet: C5, F3 and 74. RGB value is (197,243,116). Sum of RGB (Red+Green+Blue) = 197+243+116=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 243 (95.31% from 255 or 43.71% from 556); Blue value is 116 (45.70% from 255 or 20.86% from 556); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F374 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F374 is #3A0C8B. Grayscale: #D7D7D7. Windows color (decimal): -3804300 or 7664581. OLE color: 7664581.
HSL color Cylindrical-coordinate representation of color #C5F374: hue angle of 81.73º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5F374 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 243 | 116 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.05 |
| HSL | 81.73º | 0.84% | 0.7% | - |
| HSV(B) | 81.73º | 0.52% | 0.95% | - |
| XYZ | 58.23 | 77.23 | 28.36 | - |
| YUV | 214.77 | 72.26 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 243 | 116 | 0.19 | 0 | 0.52 | 0.05 | 81.73 | 0.84 | 0.7 |
| Hex | C5 | F3 | 74 | 13 | 0 | 34 | 5 | 52 | 54 | 46 |
| Octal | 305 | 363 | 164 | 23 | 0 | 64 | 5 | 122 | 124 | 106 |
| Binary | 11000101 | 11110011 | 1110100 | 10011 | 0 | 110100 | 101 | 1010010 | 1010100 | 1000110 |
Color Harmonies of #C5F374
Complementary color
Monochromatic Colors of #C5F374
Black with #C5F374
Text Example
Text Example
White with #C5F374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F374; }
p { color: rgb(197,243,116); }
H1.HeaderClassName
{
color: #C5F374;
}
.AnyTagClassName
{
color: #C5F374;
}
</style>
background-color css
<style>
a { background-color: #C5F374; }
a { background-color: rgb(197,243,116); }
div.DivClassName
{
background-color: #C5F374;
}
.BgClassName
{
background-color: #C5F374;
}
</style>
border-color css
<style>
span { border-color: #C5F374; }
span { border-color: rgb(197,243,116); }
td.TdClassName
{
border-color: #C5F374;
}
.TagClassName
{
border-color: #C5F374;
}
</style>