Shades of Sulu #C2F16C
Tints of Sulu #C2F16C
RGB
CMYK
RGB Variations
Color information
#C2F16C (or 0xC2F16C) is known color: Sulu. HEX triplet: C2, F1 and 6C. RGB value is (194,241,108). Sum of RGB (Red+Green+Blue) = 194+241+108=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 241 (94.53% from 255 or 44.38% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F16C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F16C is #3D0E93. Grayscale: #D4D4D4. Windows color (decimal): -4001428 or 7139778. OLE color: 7139778.
HSL color Cylindrical-coordinate representation of color #C2F16C: hue angle of 81.2º 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 #C2F16C is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 241 | 108 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.05 |
| HSL | 81.2º | 0.83% | 0.68% | - |
| HSV(B) | 81.2º | 0.55% | 0.95% | - |
| XYZ | 56.41 | 75.46 | 25.78 | - |
| YUV | 211.79 | 69.43 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 241 | 108 | 0.20 | 0 | 0.55 | 0.05 | 81.2 | 0.83 | 0.68 |
| Hex | C2 | F1 | 6C | 14 | 0 | 37 | 5 | 51 | 53 | 44 |
| Octal | 302 | 361 | 154 | 24 | 0 | 67 | 5 | 121 | 123 | 104 |
| Binary | 11000010 | 11110001 | 1101100 | 10100 | 0 | 110111 | 101 | 1010001 | 1010011 | 1000100 |
Color Harmonies of #C2F16C
Complementary color
Monochromatic Colors of #C2F16C
Black with #C2F16C
Text Example
Text Example
White with #C2F16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F16C; }
p { color: rgb(194,241,108); }
H1.HeaderClassName
{
color: #C2F16C;
}
.AnyTagClassName
{
color: #C2F16C;
}
</style>
background-color css
<style>
a { background-color: #C2F16C; }
a { background-color: rgb(194,241,108); }
div.DivClassName
{
background-color: #C2F16C;
}
.BgClassName
{
background-color: #C2F16C;
}
</style>
border-color css
<style>
span { border-color: #C2F16C; }
span { border-color: rgb(194,241,108); }
td.TdClassName
{
border-color: #C2F16C;
}
.TagClassName
{
border-color: #C2F16C;
}
</style>