Shades of Sulu #C4F28F
Tints of Sulu #C4F28F
RGB
CMYK
RGB Variations
Color information
#C4F28F (or 0xC4F28F) is known color: Sulu. HEX triplet: C4, F2 and 8F. RGB value is (196,242,143). Sum of RGB (Red+Green+Blue) = 196+242+143=581 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.73% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 143 (56.25% from 255 or 24.61% from 581); Max value from RGB is 242 - color contains mainly: green. Hex color #C4F28F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4F28F is #3B0D70. Grayscale: #D9D9D9. Windows color (decimal): -3870065 or 9433796. OLE color: 9433796.
HSL color Cylindrical-coordinate representation of color #C4F28F: hue angle of 87.88º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C4F28F is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 242 | 143 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.05 |
| HSL | 87.88º | 0.79% | 0.75% | - |
| HSV(B) | 87.88º | 0.41% | 0.95% | - |
| XYZ | 59.48 | 77.22 | 37.76 | - |
| YUV | 216.96 | 86.26 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 242 | 143 | 0.19 | 0 | 0.41 | 0.05 | 87.88 | 0.79 | 0.75 |
| Hex | C4 | F2 | 8F | 13 | 0 | 29 | 5 | 58 | 4F | 4B |
| Octal | 304 | 362 | 217 | 23 | 0 | 51 | 5 | 130 | 117 | 113 |
| Binary | 11000100 | 11110010 | 10001111 | 10011 | 0 | 101001 | 101 | 1011000 | 1001111 | 1001011 |
Color Harmonies of #C4F28F
Complementary color
Monochromatic Colors of #C4F28F
Black with #C4F28F
Text Example
Text Example
White with #C4F28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F28F; }
p { color: rgb(196,242,143); }
H1.HeaderClassName
{
color: #C4F28F;
}
.AnyTagClassName
{
color: #C4F28F;
}
</style>
background-color css
<style>
a { background-color: #C4F28F; }
a { background-color: rgb(196,242,143); }
div.DivClassName
{
background-color: #C4F28F;
}
.BgClassName
{
background-color: #C4F28F;
}
</style>
border-color css
<style>
span { border-color: #C4F28F; }
span { border-color: rgb(196,242,143); }
td.TdClassName
{
border-color: #C4F28F;
}
.TagClassName
{
border-color: #C4F28F;
}
</style>