Shades of Sulu #C5F06C
Tints of Sulu #C5F06C
RGB
CMYK
RGB Variations
Color information
#C5F06C (or 0xC5F06C) is known color: Sulu. HEX triplet: C5, F0 and 6C. RGB value is (197,240,108). Sum of RGB (Red+Green+Blue) = 197+240+108=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 240 (94.14% from 255 or 44.04% from 545); Blue value is 108 (42.58% from 255 or 19.82% from 545); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F06C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F06C is #3A0F93. Grayscale: #D4D4D4. Windows color (decimal): -3805076 or 7139525. OLE color: 7139525.
HSL color Cylindrical-coordinate representation of color #C5F06C: hue angle of 79.55º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5F06C is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 240 | 108 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.06 |
| HSL | 79.55º | 0.81% | 0.68% | - |
| HSV(B) | 79.55º | 0.55% | 0.94% | - |
| XYZ | 56.89 | 75.27 | 25.72 | - |
| YUV | 212.1 | 69.25 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 240 | 108 | 0.18 | 0 | 0.55 | 0.06 | 79.55 | 0.81 | 0.68 |
| Hex | C5 | F0 | 6C | 12 | 0 | 37 | 6 | 50 | 51 | 44 |
| Octal | 305 | 360 | 154 | 22 | 0 | 67 | 6 | 120 | 121 | 104 |
| Binary | 11000101 | 11110000 | 1101100 | 10010 | 0 | 110111 | 110 | 1010000 | 1010001 | 1000100 |
Color Harmonies of #C5F06C
Complementary color
Monochromatic Colors of #C5F06C
Black with #C5F06C
Text Example
Text Example
White with #C5F06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F06C; }
p { color: rgb(197,240,108); }
H1.HeaderClassName
{
color: #C5F06C;
}
.AnyTagClassName
{
color: #C5F06C;
}
</style>
background-color css
<style>
a { background-color: #C5F06C; }
a { background-color: rgb(197,240,108); }
div.DivClassName
{
background-color: #C5F06C;
}
.BgClassName
{
background-color: #C5F06C;
}
</style>
border-color css
<style>
span { border-color: #C5F06C; }
span { border-color: rgb(197,240,108); }
td.TdClassName
{
border-color: #C5F06C;
}
.TagClassName
{
border-color: #C5F06C;
}
</style>