Shades of Sulu #C4F16B
Tints of Sulu #C4F16B
RGB
CMYK
RGB Variations
Color information
#C4F16B (or 0xC4F16B) is known color: Sulu. HEX triplet: C4, F1 and 6B. RGB value is (196,241,107). Sum of RGB (Red+Green+Blue) = 196+241+107=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 107 (42.19% from 255 or 19.67% from 544); Max value from RGB is 241 - color contains mainly: green. Hex color #C4F16B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F16B is #3B0E94. Grayscale: #D4D4D4. Windows color (decimal): -3870357 or 7074244. OLE color: 7074244.
HSL color Cylindrical-coordinate representation of color #C4F16B: hue angle of 80.15º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4F16B is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 241 | 107 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.05 |
| HSL | 80.15º | 0.83% | 0.68% | - |
| HSV(B) | 80.15º | 0.56% | 0.95% | - |
| XYZ | 56.87 | 75.71 | 25.53 | - |
| YUV | 212.27 | 68.59 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 241 | 107 | 0.19 | 0 | 0.56 | 0.05 | 80.15 | 0.83 | 0.68 |
| Hex | C4 | F1 | 6B | 13 | 0 | 38 | 5 | 50 | 53 | 44 |
| Octal | 304 | 361 | 153 | 23 | 0 | 70 | 5 | 120 | 123 | 104 |
| Binary | 11000100 | 11110001 | 1101011 | 10011 | 0 | 111000 | 101 | 1010000 | 1010011 | 1000100 |
Color Harmonies of #C4F16B
Complementary color
Monochromatic Colors of #C4F16B
Black with #C4F16B
Text Example
Text Example
White with #C4F16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F16B; }
p { color: rgb(196,241,107); }
H1.HeaderClassName
{
color: #C4F16B;
}
.AnyTagClassName
{
color: #C4F16B;
}
</style>
background-color css
<style>
a { background-color: #C4F16B; }
a { background-color: rgb(196,241,107); }
div.DivClassName
{
background-color: #C4F16B;
}
.BgClassName
{
background-color: #C4F16B;
}
</style>
border-color css
<style>
span { border-color: #C4F16B; }
span { border-color: rgb(196,241,107); }
td.TdClassName
{
border-color: #C4F16B;
}
.TagClassName
{
border-color: #C4F16B;
}
</style>