Shades of Sulu #C5F16C
Tints of Sulu #C5F16C
RGB
CMYK
RGB Variations
Color information
#C5F16C (or 0xC5F16C) is known color: Sulu. HEX triplet: C5, F1 and 6C. RGB value is (197,241,108). Sum of RGB (Red+Green+Blue) = 197+241+108=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 241 (94.53% from 255 or 44.14% from 546); Blue value is 108 (42.58% from 255 or 19.78% from 546); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F16C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F16C is #3A0E93. Grayscale: #D5D5D5. Windows color (decimal): -3804820 or 7139781. OLE color: 7139781.
HSL color Cylindrical-coordinate representation of color #C5F16C: hue angle of 79.85º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5F16C is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 241 | 108 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.05 |
| HSL | 79.85º | 0.83% | 0.68% | - |
| HSV(B) | 79.85º | 0.55% | 0.95% | - |
| XYZ | 57.19 | 75.86 | 25.82 | - |
| YUV | 212.68 | 68.92 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 241 | 108 | 0.18 | 0 | 0.55 | 0.05 | 79.85 | 0.83 | 0.68 |
| Hex | C5 | F1 | 6C | 12 | 0 | 37 | 5 | 50 | 53 | 44 |
| Octal | 305 | 361 | 154 | 22 | 0 | 67 | 5 | 120 | 123 | 104 |
| Binary | 11000101 | 11110001 | 1101100 | 10010 | 0 | 110111 | 101 | 1010000 | 1010011 | 1000100 |
Color Harmonies of #C5F16C
Complementary color
Monochromatic Colors of #C5F16C
Black with #C5F16C
Text Example
Text Example
White with #C5F16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F16C; }
p { color: rgb(197,241,108); }
H1.HeaderClassName
{
color: #C5F16C;
}
.AnyTagClassName
{
color: #C5F16C;
}
</style>
background-color css
<style>
a { background-color: #C5F16C; }
a { background-color: rgb(197,241,108); }
div.DivClassName
{
background-color: #C5F16C;
}
.BgClassName
{
background-color: #C5F16C;
}
</style>
border-color css
<style>
span { border-color: #C5F16C; }
span { border-color: rgb(197,241,108); }
td.TdClassName
{
border-color: #C5F16C;
}
.TagClassName
{
border-color: #C5F16C;
}
</style>