Shades of Sulu #C5FA68
Tints of Sulu #C5FA68
RGB
CMYK
RGB Variations
Color information
#C5FA68 (or 0xC5FA68) is known color: Sulu. HEX triplet: C5, FA and 68. RGB value is (197,250,104). Sum of RGB (Red+Green+Blue) = 197+250+104=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 104 (41.02% from 255 or 18.87% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FA68 is #3A0597. Grayscale: #DADADA. Windows color (decimal): -3802520 or 6879941. OLE color: 6879941.
HSL color Cylindrical-coordinate representation of color #C5FA68: hue angle of 81.78º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5FA68 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 104 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.02 |
| HSL | 81.78º | 0.94% | 0.69% | - |
| HSV(B) | 81.78º | 0.58% | 0.98% | - |
| XYZ | 59.71 | 81.24 | 25.63 | - |
| YUV | 217.51 | 63.94 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 104 | 0.21 | 0 | 0.58 | 0.02 | 81.78 | 0.94 | 0.69 |
| Hex | C5 | FA | 68 | 15 | 0 | 3A | 2 | 52 | 5E | 45 |
| Octal | 305 | 372 | 150 | 25 | 0 | 72 | 2 | 122 | 136 | 105 |
| Binary | 11000101 | 11111010 | 1101000 | 10101 | 0 | 111010 | 10 | 1010010 | 1011110 | 1000101 |
Color Harmonies of #C5FA68
Complementary color
Monochromatic Colors of #C5FA68
Black with #C5FA68
Text Example
Text Example
White with #C5FA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FA68; }
p { color: rgb(197,250,104); }
H1.HeaderClassName
{
color: #C5FA68;
}
.AnyTagClassName
{
color: #C5FA68;
}
</style>
background-color css
<style>
a { background-color: #C5FA68; }
a { background-color: rgb(197,250,104); }
div.DivClassName
{
background-color: #C5FA68;
}
.BgClassName
{
background-color: #C5FA68;
}
</style>
border-color css
<style>
span { border-color: #C5FA68; }
span { border-color: rgb(197,250,104); }
td.TdClassName
{
border-color: #C5FA68;
}
.TagClassName
{
border-color: #C5FA68;
}
</style>