Shades of Sulu #C3F16D
Tints of Sulu #C3F16D
RGB
CMYK
RGB Variations
Color information
#C3F16D (or 0xC3F16D) is known color: Sulu. HEX triplet: C3, F1 and 6D. RGB value is (195,241,109). Sum of RGB (Red+Green+Blue) = 195+241+109=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 109 (42.97% from 255 or 20% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #C3F16D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F16D is #3C0E92. Grayscale: #D4D4D4. Windows color (decimal): -3935891 or 7205315. OLE color: 7205315.
HSL color Cylindrical-coordinate representation of color #C3F16D: hue angle of 80.91º degrees, saturation: 0.82, 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 #C3F16D is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 241 | 109 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.05 |
| HSL | 80.91º | 0.83% | 0.69% | - |
| HSV(B) | 80.91º | 0.55% | 0.95% | - |
| XYZ | 56.72 | 75.62 | 26.07 | - |
| YUV | 212.2 | 69.76 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 241 | 109 | 0.19 | 0 | 0.55 | 0.05 | 80.91 | 0.83 | 0.69 |
| Hex | C3 | F1 | 6D | 13 | 0 | 37 | 5 | 51 | 52 | 45 |
| Octal | 303 | 361 | 155 | 23 | 0 | 67 | 5 | 121 | 122 | 105 |
| Binary | 11000011 | 11110001 | 1101101 | 10011 | 0 | 110111 | 101 | 1010001 | 1010010 | 1000101 |
Color Harmonies of #C3F16D
Complementary color
Monochromatic Colors of #C3F16D
Black with #C3F16D
Text Example
Text Example
White with #C3F16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F16D; }
p { color: rgb(195,241,109); }
H1.HeaderClassName
{
color: #C3F16D;
}
.AnyTagClassName
{
color: #C3F16D;
}
</style>
background-color css
<style>
a { background-color: #C3F16D; }
a { background-color: rgb(195,241,109); }
div.DivClassName
{
background-color: #C3F16D;
}
.BgClassName
{
background-color: #C3F16D;
}
</style>
border-color css
<style>
span { border-color: #C3F16D; }
span { border-color: rgb(195,241,109); }
td.TdClassName
{
border-color: #C3F16D;
}
.TagClassName
{
border-color: #C3F16D;
}
</style>