Shades of Sulu #C2FF6C
Tints of Sulu #C2FF6C
RGB
CMYK
RGB Variations
Color information
#C2FF6C (or 0xC2FF6C) is known color: Sulu. HEX triplet: C2, FF and 6C. RGB value is (194,255,108). Sum of RGB (Red+Green+Blue) = 194+255+108=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 108 (42.58% from 255 or 19.39% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FF6C is #3D0093. Grayscale: #DCDCDC. Windows color (decimal): -3997844 or 7143362. OLE color: 7143362.
HSL color Cylindrical-coordinate representation of color #C2FF6C: hue angle of 84.9º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2FF6C is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 108 | - |
| CMYK | 0.24 | 0 | 0.58 | 0 |
| HSL | 84.9º | 1% | 0.71% | - |
| HSV(B) | 84.9º | 0.58% | 1% | - |
| XYZ | 60.71 | 84.07 | 27.21 | - |
| YUV | 220 | 64.79 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 108 | 0.24 | 0 | 0.58 | 0 | 84.9 | 1 | 0.71 |
| Hex | C2 | FF | 6C | 18 | 0 | 3A | 0 | 55 | 64 | 47 |
| Octal | 302 | 377 | 154 | 30 | 0 | 72 | 0 | 125 | 144 | 107 |
| Binary | 11000010 | 11111111 | 1101100 | 11000 | 0 | 111010 | 0 | 1010101 | 1100100 | 1000111 |
Color Harmonies of #C2FF6C
Complementary color
Monochromatic Colors of #C2FF6C
Black with #C2FF6C
Text Example
Text Example
White with #C2FF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FF6C; }
p { color: rgb(194,255,108); }
H1.HeaderClassName
{
color: #C2FF6C;
}
.AnyTagClassName
{
color: #C2FF6C;
}
</style>
background-color css
<style>
a { background-color: #C2FF6C; }
a { background-color: rgb(194,255,108); }
div.DivClassName
{
background-color: #C2FF6C;
}
.BgClassName
{
background-color: #C2FF6C;
}
</style>
border-color css
<style>
span { border-color: #C2FF6C; }
span { border-color: rgb(194,255,108); }
td.TdClassName
{
border-color: #C2FF6C;
}
.TagClassName
{
border-color: #C2FF6C;
}
</style>