Shades of Sulu #C3F16C
Tints of Sulu #C3F16C
RGB
CMYK
RGB Variations
Color information
#C3F16C (or 0xC3F16C) is known color: Sulu. HEX triplet: C3, F1 and 6C. RGB value is (195,241,108). Sum of RGB (Red+Green+Blue) = 195+241+108=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 108 (42.58% from 255 or 19.85% from 544); Max value from RGB is 241 - color contains mainly: green. Hex color #C3F16C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F16C is #3C0E93. Grayscale: #D4D4D4. Windows color (decimal): -3935892 or 7139779. OLE color: 7139779.
HSL color Cylindrical-coordinate representation of color #C3F16C: hue angle of 80.75º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C3F16C is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 241 | 108 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.05 |
| HSL | 80.75º | 0.83% | 0.68% | - |
| HSV(B) | 80.75º | 0.55% | 0.95% | - |
| XYZ | 56.67 | 75.6 | 25.79 | - |
| YUV | 212.08 | 69.26 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 241 | 108 | 0.19 | 0 | 0.55 | 0.05 | 80.75 | 0.83 | 0.68 |
| Hex | C3 | F1 | 6C | 13 | 0 | 37 | 5 | 51 | 53 | 44 |
| Octal | 303 | 361 | 154 | 23 | 0 | 67 | 5 | 121 | 123 | 104 |
| Binary | 11000011 | 11110001 | 1101100 | 10011 | 0 | 110111 | 101 | 1010001 | 1010011 | 1000100 |
Color Harmonies of #C3F16C
Complementary color
Monochromatic Colors of #C3F16C
Black with #C3F16C
Text Example
Text Example
White with #C3F16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F16C; }
p { color: rgb(195,241,108); }
H1.HeaderClassName
{
color: #C3F16C;
}
.AnyTagClassName
{
color: #C3F16C;
}
</style>
background-color css
<style>
a { background-color: #C3F16C; }
a { background-color: rgb(195,241,108); }
div.DivClassName
{
background-color: #C3F16C;
}
.BgClassName
{
background-color: #C3F16C;
}
</style>
border-color css
<style>
span { border-color: #C3F16C; }
span { border-color: rgb(195,241,108); }
td.TdClassName
{
border-color: #C3F16C;
}
.TagClassName
{
border-color: #C3F16C;
}
</style>