Shades of Sulu #C4F36E
Tints of Sulu #C4F36E
RGB
CMYK
RGB Variations
Color information
#C4F36E (or 0xC4F36E) is known color: Sulu. HEX triplet: C4, F3 and 6E. RGB value is (196,243,110). Sum of RGB (Red+Green+Blue) = 196+243+110=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 243 (95.31% from 255 or 44.26% from 549); Blue value is 110 (43.36% from 255 or 20.04% from 549); Max value from RGB is 243 - color contains mainly: green. Hex color #C4F36E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F36E is #3B0C91. Grayscale: #D6D6D6. Windows color (decimal): -3869842 or 7271364. OLE color: 7271364.
HSL color Cylindrical-coordinate representation of color #C4F36E: hue angle of 81.2º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C4F36E is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 243 | 110 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.05 |
| HSL | 81.2º | 0.85% | 0.69% | - |
| HSV(B) | 81.2º | 0.55% | 0.95% | - |
| XYZ | 57.63 | 76.96 | 26.57 | - |
| YUV | 213.79 | 69.43 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 243 | 110 | 0.19 | 0 | 0.55 | 0.05 | 81.2 | 0.85 | 0.69 |
| Hex | C4 | F3 | 6E | 13 | 0 | 37 | 5 | 51 | 55 | 45 |
| Octal | 304 | 363 | 156 | 23 | 0 | 67 | 5 | 121 | 125 | 105 |
| Binary | 11000100 | 11110011 | 1101110 | 10011 | 0 | 110111 | 101 | 1010001 | 1010101 | 1000101 |
Color Harmonies of #C4F36E
Complementary color
Monochromatic Colors of #C4F36E
Black with #C4F36E
Text Example
Text Example
White with #C4F36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F36E; }
p { color: rgb(196,243,110); }
H1.HeaderClassName
{
color: #C4F36E;
}
.AnyTagClassName
{
color: #C4F36E;
}
</style>
background-color css
<style>
a { background-color: #C4F36E; }
a { background-color: rgb(196,243,110); }
div.DivClassName
{
background-color: #C4F36E;
}
.BgClassName
{
background-color: #C4F36E;
}
</style>
border-color css
<style>
span { border-color: #C4F36E; }
span { border-color: rgb(196,243,110); }
td.TdClassName
{
border-color: #C4F36E;
}
.TagClassName
{
border-color: #C4F36E;
}
</style>