Shades of Sulu #C4F18B
Tints of Sulu #C4F18B
RGB
CMYK
RGB Variations
Color information
#C4F18B (or 0xC4F18B) is known color: Sulu. HEX triplet: C4, F1 and 8B. RGB value is (196,241,139). Sum of RGB (Red+Green+Blue) = 196+241+139=576 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.03% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 139 (54.69% from 255 or 24.13% from 576); Max value from RGB is 241 - color contains mainly: green. Hex color #C4F18B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4F18B is #3B0E74. Grayscale: #D8D8D8. Windows color (decimal): -3870325 or 9171396. OLE color: 9171396.
HSL color Cylindrical-coordinate representation of color #C4F18B: hue angle of 86.47º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C4F18B is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 241 | 139 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.05 |
| HSL | 86.47º | 0.78% | 0.75% | - |
| HSV(B) | 86.47º | 0.42% | 0.95% | - |
| XYZ | 58.88 | 76.51 | 36.09 | - |
| YUV | 215.92 | 84.59 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 241 | 139 | 0.19 | 0 | 0.42 | 0.05 | 86.47 | 0.78 | 0.75 |
| Hex | C4 | F1 | 8B | 13 | 0 | 2A | 5 | 56 | 4E | 4B |
| Octal | 304 | 361 | 213 | 23 | 0 | 52 | 5 | 126 | 116 | 113 |
| Binary | 11000100 | 11110001 | 10001011 | 10011 | 0 | 101010 | 101 | 1010110 | 1001110 | 1001011 |
Color Harmonies of #C4F18B
Complementary color
Monochromatic Colors of #C4F18B
Black with #C4F18B
Text Example
Text Example
White with #C4F18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F18B; }
p { color: rgb(196,241,139); }
H1.HeaderClassName
{
color: #C4F18B;
}
.AnyTagClassName
{
color: #C4F18B;
}
</style>
background-color css
<style>
a { background-color: #C4F18B; }
a { background-color: rgb(196,241,139); }
div.DivClassName
{
background-color: #C4F18B;
}
.BgClassName
{
background-color: #C4F18B;
}
</style>
border-color css
<style>
span { border-color: #C4F18B; }
span { border-color: rgb(196,241,139); }
td.TdClassName
{
border-color: #C4F18B;
}
.TagClassName
{
border-color: #C4F18B;
}
</style>