Shades of Sulu #C4F08D
Tints of Sulu #C4F08D
RGB
CMYK
RGB Variations
Color information
#C4F08D (or 0xC4F08D) is known color: Sulu. HEX triplet: C4, F0 and 8D. RGB value is (196,240,141). Sum of RGB (Red+Green+Blue) = 196+240+141=577 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.97% from 577); Green value is 240 (94.14% from 255 or 41.59% from 577); Blue value is 141 (55.47% from 255 or 24.44% from 577); Max value from RGB is 240 - color contains mainly: green. Hex color #C4F08D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4F08D is #3B0F72. Grayscale: #D7D7D7. Windows color (decimal): -3870579 or 9302212. OLE color: 9302212.
HSL color Cylindrical-coordinate representation of color #C4F08D: hue angle of 86.67º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C4F08D is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 240 | 141 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.06 |
| HSL | 86.67º | 0.77% | 0.75% | - |
| HSV(B) | 86.67º | 0.41% | 0.94% | - |
| XYZ | 58.73 | 75.98 | 36.77 | - |
| YUV | 215.56 | 85.92 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 240 | 141 | 0.18 | 0 | 0.41 | 0.06 | 86.67 | 0.77 | 0.75 |
| Hex | C4 | F0 | 8D | 12 | 0 | 29 | 6 | 57 | 4D | 4B |
| Octal | 304 | 360 | 215 | 22 | 0 | 51 | 6 | 127 | 115 | 113 |
| Binary | 11000100 | 11110000 | 10001101 | 10010 | 0 | 101001 | 110 | 1010111 | 1001101 | 1001011 |
Color Harmonies of #C4F08D
Complementary color
Monochromatic Colors of #C4F08D
Black with #C4F08D
Text Example
Text Example
White with #C4F08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F08D; }
p { color: rgb(196,240,141); }
H1.HeaderClassName
{
color: #C4F08D;
}
.AnyTagClassName
{
color: #C4F08D;
}
</style>
background-color css
<style>
a { background-color: #C4F08D; }
a { background-color: rgb(196,240,141); }
div.DivClassName
{
background-color: #C4F08D;
}
.BgClassName
{
background-color: #C4F08D;
}
</style>
border-color css
<style>
span { border-color: #C4F08D; }
span { border-color: rgb(196,240,141); }
td.TdClassName
{
border-color: #C4F08D;
}
.TagClassName
{
border-color: #C4F08D;
}
</style>