Shades of Sulu #C4F36B
Tints of Sulu #C4F36B
RGB
CMYK
RGB Variations
Color information
#C4F36B (or 0xC4F36B) is known color: Sulu. HEX triplet: C4, F3 and 6B. RGB value is (196,243,107). Sum of RGB (Red+Green+Blue) = 196+243+107=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 243 (95.31% from 255 or 44.51% from 546); Blue value is 107 (42.19% from 255 or 19.60% from 546); Max value from RGB is 243 - color contains mainly: green. Hex color #C4F36B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F36B is #3B0C94. Grayscale: #D5D5D5. Windows color (decimal): -3869845 or 7074756. OLE color: 7074756.
HSL color Cylindrical-coordinate representation of color #C4F36B: hue angle of 80.74º 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 #C4F36B is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 243 | 107 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.05 |
| HSL | 80.74º | 0.85% | 0.69% | - |
| HSV(B) | 80.74º | 0.56% | 0.95% | - |
| XYZ | 57.47 | 76.9 | 25.72 | - |
| YUV | 213.44 | 67.93 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 243 | 107 | 0.19 | 0 | 0.56 | 0.05 | 80.74 | 0.85 | 0.69 |
| Hex | C4 | F3 | 6B | 13 | 0 | 38 | 5 | 51 | 55 | 45 |
| Octal | 304 | 363 | 153 | 23 | 0 | 70 | 5 | 121 | 125 | 105 |
| Binary | 11000100 | 11110011 | 1101011 | 10011 | 0 | 111000 | 101 | 1010001 | 1010101 | 1000101 |
Color Harmonies of #C4F36B
Complementary color
Monochromatic Colors of #C4F36B
Black with #C4F36B
Text Example
Text Example
White with #C4F36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F36B; }
p { color: rgb(196,243,107); }
H1.HeaderClassName
{
color: #C4F36B;
}
.AnyTagClassName
{
color: #C4F36B;
}
</style>
background-color css
<style>
a { background-color: #C4F36B; }
a { background-color: rgb(196,243,107); }
div.DivClassName
{
background-color: #C4F36B;
}
.BgClassName
{
background-color: #C4F36B;
}
</style>
border-color css
<style>
span { border-color: #C4F36B; }
span { border-color: rgb(196,243,107); }
td.TdClassName
{
border-color: #C4F36B;
}
.TagClassName
{
border-color: #C4F36B;
}
</style>