Shades of Sulu #C2FF8C
Tints of Sulu #C2FF8C
RGB
CMYK
RGB Variations
Color information
#C2FF8C (or 0xC2FF8C) is known color: Sulu. HEX triplet: C2, FF and 8C. RGB value is (194,255,140). Sum of RGB (Red+Green+Blue) = 194+255+140=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 140 (55.08% from 255 or 23.77% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FF8C is #3D0073. Grayscale: #E0E0E0. Windows color (decimal): -3997812 or 9240514. OLE color: 9240514.
HSL color Cylindrical-coordinate representation of color #C2FF8C: hue angle of 91.83º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2FF8C is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 140 | - |
| CMYK | 0.24 | 0 | 0.45 | 0 |
| HSL | 91.83º | 1% | 0.77% | - |
| HSV(B) | 91.83º | 0.45% | 1% | - |
| XYZ | 62.74 | 84.88 | 37.89 | - |
| YUV | 223.65 | 80.79 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 140 | 0.24 | 0 | 0.45 | 0 | 91.83 | 1 | 0.77 |
| Hex | C2 | FF | 8C | 18 | 0 | 2D | 0 | 5C | 64 | 4D |
| Octal | 302 | 377 | 214 | 30 | 0 | 55 | 0 | 134 | 144 | 115 |
| Binary | 11000010 | 11111111 | 10001100 | 11000 | 0 | 101101 | 0 | 1011100 | 1100100 | 1001101 |
Color Harmonies of #C2FF8C
Complementary color
Monochromatic Colors of #C2FF8C
Black with #C2FF8C
Text Example
Text Example
White with #C2FF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FF8C; }
p { color: rgb(194,255,140); }
H1.HeaderClassName
{
color: #C2FF8C;
}
.AnyTagClassName
{
color: #C2FF8C;
}
</style>
background-color css
<style>
a { background-color: #C2FF8C; }
a { background-color: rgb(194,255,140); }
div.DivClassName
{
background-color: #C2FF8C;
}
.BgClassName
{
background-color: #C2FF8C;
}
</style>
border-color css
<style>
span { border-color: #C2FF8C; }
span { border-color: rgb(194,255,140); }
td.TdClassName
{
border-color: #C2FF8C;
}
.TagClassName
{
border-color: #C2FF8C;
}
</style>