Shades of Sulu #C5F26A
Tints of Sulu #C5F26A
RGB
CMYK
RGB Variations
Color information
#C5F26A (or 0xC5F26A) is known color: Sulu. HEX triplet: C5, F2 and 6A. RGB value is (197,242,106). Sum of RGB (Red+Green+Blue) = 197+242+106=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 106 (41.80% from 255 or 19.45% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F26A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F26A is #3A0D95. Grayscale: #D5D5D5. Windows color (decimal): -3804566 or 7008965. OLE color: 7008965.
HSL color Cylindrical-coordinate representation of color #C5F26A: hue angle of 79.85º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5F26A is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 242 | 106 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.05 |
| HSL | 79.85º | 0.84% | 0.68% | - |
| HSV(B) | 79.85º | 0.56% | 0.95% | - |
| XYZ | 57.38 | 76.42 | 25.36 | - |
| YUV | 213.04 | 67.59 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 242 | 106 | 0.19 | 0 | 0.56 | 0.05 | 79.85 | 0.84 | 0.68 |
| Hex | C5 | F2 | 6A | 13 | 0 | 38 | 5 | 50 | 54 | 44 |
| Octal | 305 | 362 | 152 | 23 | 0 | 70 | 5 | 120 | 124 | 104 |
| Binary | 11000101 | 11110010 | 1101010 | 10011 | 0 | 111000 | 101 | 1010000 | 1010100 | 1000100 |
Color Harmonies of #C5F26A
Complementary color
Monochromatic Colors of #C5F26A
Black with #C5F26A
Text Example
Text Example
White with #C5F26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F26A; }
p { color: rgb(197,242,106); }
H1.HeaderClassName
{
color: #C5F26A;
}
.AnyTagClassName
{
color: #C5F26A;
}
</style>
background-color css
<style>
a { background-color: #C5F26A; }
a { background-color: rgb(197,242,106); }
div.DivClassName
{
background-color: #C5F26A;
}
.BgClassName
{
background-color: #C5F26A;
}
</style>
border-color css
<style>
span { border-color: #C5F26A; }
span { border-color: rgb(197,242,106); }
td.TdClassName
{
border-color: #C5F26A;
}
.TagClassName
{
border-color: #C5F26A;
}
</style>