Shades of Sulu #C4F36C
Tints of Sulu #C4F36C
RGB
CMYK
RGB Variations
Color information
#C4F36C (or 0xC4F36C) is known color: Sulu. HEX triplet: C4, F3 and 6C. RGB value is (196,243,108). Sum of RGB (Red+Green+Blue) = 196+243+108=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 108 (42.58% from 255 or 19.74% from 547); Max value from RGB is 243 - color contains mainly: green. Hex color #C4F36C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F36C is #3B0C93. Grayscale: #D6D6D6. Windows color (decimal): -3869844 or 7140292. OLE color: 7140292.
HSL color Cylindrical-coordinate representation of color #C4F36C: hue angle of 80.89º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4F36C is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 243 | 108 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.05 |
| HSL | 80.89º | 0.85% | 0.69% | - |
| HSV(B) | 80.89º | 0.56% | 0.95% | - |
| XYZ | 57.52 | 76.92 | 26 | - |
| YUV | 213.56 | 68.43 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 243 | 108 | 0.19 | 0 | 0.56 | 0.05 | 80.89 | 0.85 | 0.69 |
| Hex | C4 | F3 | 6C | 13 | 0 | 38 | 5 | 51 | 55 | 45 |
| Octal | 304 | 363 | 154 | 23 | 0 | 70 | 5 | 121 | 125 | 105 |
| Binary | 11000100 | 11110011 | 1101100 | 10011 | 0 | 111000 | 101 | 1010001 | 1010101 | 1000101 |
Color Harmonies of #C4F36C
Complementary color
Monochromatic Colors of #C4F36C
Black with #C4F36C
Text Example
Text Example
White with #C4F36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F36C; }
p { color: rgb(196,243,108); }
H1.HeaderClassName
{
color: #C4F36C;
}
.AnyTagClassName
{
color: #C4F36C;
}
</style>
background-color css
<style>
a { background-color: #C4F36C; }
a { background-color: rgb(196,243,108); }
div.DivClassName
{
background-color: #C4F36C;
}
.BgClassName
{
background-color: #C4F36C;
}
</style>
border-color css
<style>
span { border-color: #C4F36C; }
span { border-color: rgb(196,243,108); }
td.TdClassName
{
border-color: #C4F36C;
}
.TagClassName
{
border-color: #C4F36C;
}
</style>