Shades of Sulu #C5F37A
Tints of Sulu #C5F37A
RGB
CMYK
RGB Variations
Color information
#C5F37A (or 0xC5F37A) is known color: Sulu. HEX triplet: C5, F3 and 7A. RGB value is (197,243,122). Sum of RGB (Red+Green+Blue) = 197+243+122=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 243 (95.31% from 255 or 43.24% from 562); Blue value is 122 (48.05% from 255 or 21.71% from 562); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F37A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F37A is #3A0C85. Grayscale: #D7D7D7. Windows color (decimal): -3804294 or 8057797. OLE color: 8057797.
HSL color Cylindrical-coordinate representation of color #C5F37A: hue angle of 82.81º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5F37A is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 243 | 122 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.05 |
| HSL | 82.81º | 0.83% | 0.72% | - |
| HSV(B) | 82.81º | 0.5% | 0.95% | - |
| XYZ | 58.59 | 77.38 | 30.26 | - |
| YUV | 215.45 | 75.26 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 243 | 122 | 0.19 | 0 | 0.50 | 0.05 | 82.81 | 0.83 | 0.72 |
| Hex | C5 | F3 | 7A | 13 | 0 | 32 | 5 | 53 | 53 | 48 |
| Octal | 305 | 363 | 172 | 23 | 0 | 62 | 5 | 123 | 123 | 110 |
| Binary | 11000101 | 11110011 | 1111010 | 10011 | 0 | 110010 | 101 | 1010011 | 1010011 | 1001000 |
Color Harmonies of #C5F37A
Complementary color
Monochromatic Colors of #C5F37A
Black with #C5F37A
Text Example
Text Example
White with #C5F37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F37A; }
p { color: rgb(197,243,122); }
H1.HeaderClassName
{
color: #C5F37A;
}
.AnyTagClassName
{
color: #C5F37A;
}
</style>
background-color css
<style>
a { background-color: #C5F37A; }
a { background-color: rgb(197,243,122); }
div.DivClassName
{
background-color: #C5F37A;
}
.BgClassName
{
background-color: #C5F37A;
}
</style>
border-color css
<style>
span { border-color: #C5F37A; }
span { border-color: rgb(197,243,122); }
td.TdClassName
{
border-color: #C5F37A;
}
.TagClassName
{
border-color: #C5F37A;
}
</style>