Shades of Sulu #C2F36D
Tints of Sulu #C2F36D
RGB
CMYK
RGB Variations
Color information
#C2F36D (or 0xC2F36D) is known color: Sulu. HEX triplet: C2, F3 and 6D. RGB value is (194,243,109). Sum of RGB (Red+Green+Blue) = 194+243+109=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 243 (95.31% from 255 or 44.51% from 546); Blue value is 109 (42.97% from 255 or 19.96% from 546); Max value from RGB is 243 - color contains mainly: green. Hex color #C2F36D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F36D is #3D0C92. Grayscale: #D5D5D5. Windows color (decimal): -4000915 or 7205826. OLE color: 7205826.
HSL color Cylindrical-coordinate representation of color #C2F36D: hue angle of 81.94º degrees, saturation: 0.85, 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 #C2F36D is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 243 | 109 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.05 |
| HSL | 81.94º | 0.85% | 0.69% | - |
| HSV(B) | 81.94º | 0.55% | 0.95% | - |
| XYZ | 57.06 | 76.67 | 26.26 | - |
| YUV | 213.07 | 69.27 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 243 | 109 | 0.20 | 0 | 0.55 | 0.05 | 81.94 | 0.85 | 0.69 |
| Hex | C2 | F3 | 6D | 14 | 0 | 37 | 5 | 52 | 55 | 45 |
| Octal | 302 | 363 | 155 | 24 | 0 | 67 | 5 | 122 | 125 | 105 |
| Binary | 11000010 | 11110011 | 1101101 | 10100 | 0 | 110111 | 101 | 1010010 | 1010101 | 1000101 |
Color Harmonies of #C2F36D
Complementary color
Monochromatic Colors of #C2F36D
Black with #C2F36D
Text Example
Text Example
White with #C2F36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F36D; }
p { color: rgb(194,243,109); }
H1.HeaderClassName
{
color: #C2F36D;
}
.AnyTagClassName
{
color: #C2F36D;
}
</style>
background-color css
<style>
a { background-color: #C2F36D; }
a { background-color: rgb(194,243,109); }
div.DivClassName
{
background-color: #C2F36D;
}
.BgClassName
{
background-color: #C2F36D;
}
</style>
border-color css
<style>
span { border-color: #C2F36D; }
span { border-color: rgb(194,243,109); }
td.TdClassName
{
border-color: #C2F36D;
}
.TagClassName
{
border-color: #C2F36D;
}
</style>