Shades of Sulu #C5F168
Tints of Sulu #C5F168
RGB
CMYK
RGB Variations
Color information
#C5F168 (or 0xC5F168) is known color: Sulu. HEX triplet: C5, F1 and 68. RGB value is (197,241,104). Sum of RGB (Red+Green+Blue) = 197+241+104=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 241 (94.53% from 255 or 44.46% from 542); Blue value is 104 (41.02% from 255 or 19.19% from 542); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F168 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F168 is #3A0E97. Grayscale: #D4D4D4. Windows color (decimal): -3804824 or 6877637. OLE color: 6877637.
HSL color Cylindrical-coordinate representation of color #C5F168: hue angle of 79.27º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5F168 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 241 | 104 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.05 |
| HSL | 79.27º | 0.83% | 0.68% | - |
| HSV(B) | 79.27º | 0.57% | 0.95% | - |
| XYZ | 56.98 | 75.78 | 24.72 | - |
| YUV | 212.23 | 66.92 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 241 | 104 | 0.18 | 0 | 0.57 | 0.05 | 79.27 | 0.83 | 0.68 |
| Hex | C5 | F1 | 68 | 12 | 0 | 39 | 5 | 4F | 53 | 44 |
| Octal | 305 | 361 | 150 | 22 | 0 | 71 | 5 | 117 | 123 | 104 |
| Binary | 11000101 | 11110001 | 1101000 | 10010 | 0 | 111001 | 101 | 1001111 | 1010011 | 1000100 |
Color Harmonies of #C5F168
Complementary color
Monochromatic Colors of #C5F168
Black with #C5F168
Text Example
Text Example
White with #C5F168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F168; }
p { color: rgb(197,241,104); }
H1.HeaderClassName
{
color: #C5F168;
}
.AnyTagClassName
{
color: #C5F168;
}
</style>
background-color css
<style>
a { background-color: #C5F168; }
a { background-color: rgb(197,241,104); }
div.DivClassName
{
background-color: #C5F168;
}
.BgClassName
{
background-color: #C5F168;
}
</style>
border-color css
<style>
span { border-color: #C5F168; }
span { border-color: rgb(197,241,104); }
td.TdClassName
{
border-color: #C5F168;
}
.TagClassName
{
border-color: #C5F168;
}
</style>