Shades of Sulu #C5F98A
Tints of Sulu #C5F98A
RGB
CMYK
RGB Variations
Color information
#C5F98A (or 0xC5F98A) is known color: Sulu. HEX triplet: C5, F9 and 8A. RGB value is (197,249,138). Sum of RGB (Red+Green+Blue) = 197+249+138=584 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.73% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 138 (54.30% from 255 or 23.63% from 584); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F98A is #3A0675. Grayscale: #DDDDDD. Windows color (decimal): -3802742 or 9107909. OLE color: 9107909.
HSL color Cylindrical-coordinate representation of color #C5F98A: hue angle of 88.11º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C5F98A is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 249 | 138 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.02 |
| HSL | 88.11º | 0.9% | 0.76% | - |
| HSV(B) | 88.11º | 0.45% | 0.98% | - |
| XYZ | 61.49 | 81.46 | 36.53 | - |
| YUV | 220.8 | 81.27 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 249 | 138 | 0.21 | 0 | 0.45 | 0.02 | 88.11 | 0.9 | 0.76 |
| Hex | C5 | F9 | 8A | 15 | 0 | 2D | 2 | 58 | 5A | 4C |
| Octal | 305 | 371 | 212 | 25 | 0 | 55 | 2 | 130 | 132 | 114 |
| Binary | 11000101 | 11111001 | 10001010 | 10101 | 0 | 101101 | 10 | 1011000 | 1011010 | 1001100 |
Color Harmonies of #C5F98A
Complementary color
Monochromatic Colors of #C5F98A
Black with #C5F98A
Text Example
Text Example
White with #C5F98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F98A; }
p { color: rgb(197,249,138); }
H1.HeaderClassName
{
color: #C5F98A;
}
.AnyTagClassName
{
color: #C5F98A;
}
</style>
background-color css
<style>
a { background-color: #C5F98A; }
a { background-color: rgb(197,249,138); }
div.DivClassName
{
background-color: #C5F98A;
}
.BgClassName
{
background-color: #C5F98A;
}
</style>
border-color css
<style>
span { border-color: #C5F98A; }
span { border-color: rgb(197,249,138); }
td.TdClassName
{
border-color: #C5F98A;
}
.TagClassName
{
border-color: #C5F98A;
}
</style>