Shades of Sulu #C5FA6B
Tints of Sulu #C5FA6B
RGB
CMYK
RGB Variations
Color information
#C5FA6B (or 0xC5FA6B) is known color: Sulu. HEX triplet: C5, FA and 6B. RGB value is (197,250,107). Sum of RGB (Red+Green+Blue) = 197+250+107=554 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.56% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 107 (42.19% from 255 or 19.31% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FA6B is #3A0594. Grayscale: #DADADA. Windows color (decimal): -3802517 or 7076549. OLE color: 7076549.
HSL color Cylindrical-coordinate representation of color #C5FA6B: hue angle of 82.24º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5FA6B is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 107 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.02 |
| HSL | 82.24º | 0.93% | 0.7% | - |
| HSV(B) | 82.24º | 0.57% | 0.98% | - |
| XYZ | 59.87 | 81.3 | 26.45 | - |
| YUV | 217.85 | 65.44 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 107 | 0.21 | 0 | 0.57 | 0.02 | 82.24 | 0.93 | 0.7 |
| Hex | C5 | FA | 6B | 15 | 0 | 39 | 2 | 52 | 5D | 46 |
| Octal | 305 | 372 | 153 | 25 | 0 | 71 | 2 | 122 | 135 | 106 |
| Binary | 11000101 | 11111010 | 1101011 | 10101 | 0 | 111001 | 10 | 1010010 | 1011101 | 1000110 |
Color Harmonies of #C5FA6B
Complementary color
Monochromatic Colors of #C5FA6B
Black with #C5FA6B
Text Example
Text Example
White with #C5FA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FA6B; }
p { color: rgb(197,250,107); }
H1.HeaderClassName
{
color: #C5FA6B;
}
.AnyTagClassName
{
color: #C5FA6B;
}
</style>
background-color css
<style>
a { background-color: #C5FA6B; }
a { background-color: rgb(197,250,107); }
div.DivClassName
{
background-color: #C5FA6B;
}
.BgClassName
{
background-color: #C5FA6B;
}
</style>
border-color css
<style>
span { border-color: #C5FA6B; }
span { border-color: rgb(197,250,107); }
td.TdClassName
{
border-color: #C5FA6B;
}
.TagClassName
{
border-color: #C5FA6B;
}
</style>