Shades of Sulu #C4F18C
Tints of Sulu #C4F18C
RGB
CMYK
RGB Variations
Color information
#C4F18C (or 0xC4F18C) is known color: Sulu. HEX triplet: C4, F1 and 8C. RGB value is (196,241,140). Sum of RGB (Red+Green+Blue) = 196+241+140=577 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.97% from 577); Green value is 241 (94.53% from 255 or 41.77% from 577); Blue value is 140 (55.08% from 255 or 24.26% from 577); Max value from RGB is 241 - color contains mainly: green. Hex color #C4F18C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4F18C is #3B0E73. Grayscale: #D8D8D8. Windows color (decimal): -3870324 or 9236932. OLE color: 9236932.
HSL color Cylindrical-coordinate representation of color #C4F18C: hue angle of 86.73º 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 #C4F18C is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 241 | 140 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.05 |
| HSL | 86.73º | 0.78% | 0.75% | - |
| HSV(B) | 86.73º | 0.42% | 0.95% | - |
| XYZ | 58.95 | 76.54 | 36.48 | - |
| YUV | 216.03 | 85.09 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 241 | 140 | 0.19 | 0 | 0.42 | 0.05 | 86.73 | 0.78 | 0.75 |
| Hex | C4 | F1 | 8C | 13 | 0 | 2A | 5 | 57 | 4E | 4B |
| Octal | 304 | 361 | 214 | 23 | 0 | 52 | 5 | 127 | 116 | 113 |
| Binary | 11000100 | 11110001 | 10001100 | 10011 | 0 | 101010 | 101 | 1010111 | 1001110 | 1001011 |
Color Harmonies of #C4F18C
Complementary color
Monochromatic Colors of #C4F18C
Black with #C4F18C
Text Example
Text Example
White with #C4F18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F18C; }
p { color: rgb(196,241,140); }
H1.HeaderClassName
{
color: #C4F18C;
}
.AnyTagClassName
{
color: #C4F18C;
}
</style>
background-color css
<style>
a { background-color: #C4F18C; }
a { background-color: rgb(196,241,140); }
div.DivClassName
{
background-color: #C4F18C;
}
.BgClassName
{
background-color: #C4F18C;
}
</style>
border-color css
<style>
span { border-color: #C4F18C; }
span { border-color: rgb(196,241,140); }
td.TdClassName
{
border-color: #C4F18C;
}
.TagClassName
{
border-color: #C4F18C;
}
</style>