Shades of Sulu #C2FF8A
Tints of Sulu #C2FF8A
RGB
CMYK
RGB Variations
Color information
#C2FF8A (or 0xC2FF8A) is known color: Sulu. HEX triplet: C2, FF and 8A. RGB value is (194,255,138). Sum of RGB (Red+Green+Blue) = 194+255+138=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 138 (54.30% from 255 or 23.51% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FF8A is #3D0075. Grayscale: #DFDFDF. Windows color (decimal): -3997814 or 9109442. OLE color: 9109442.
HSL color Cylindrical-coordinate representation of color #C2FF8A: hue angle of 91.28º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2FF8A is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 138 | - |
| CMYK | 0.24 | 0 | 0.46 | 0 |
| HSL | 91.28º | 1% | 0.77% | - |
| HSV(B) | 91.28º | 0.46% | 1% | - |
| XYZ | 62.6 | 84.82 | 37.12 | - |
| YUV | 223.42 | 79.79 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 138 | 0.24 | 0 | 0.46 | 0 | 91.28 | 1 | 0.77 |
| Hex | C2 | FF | 8A | 18 | 0 | 2E | 0 | 5B | 64 | 4D |
| Octal | 302 | 377 | 212 | 30 | 0 | 56 | 0 | 133 | 144 | 115 |
| Binary | 11000010 | 11111111 | 10001010 | 11000 | 0 | 101110 | 0 | 1011011 | 1100100 | 1001101 |
Color Harmonies of #C2FF8A
Complementary color
Monochromatic Colors of #C2FF8A
Black with #C2FF8A
Text Example
Text Example
White with #C2FF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FF8A; }
p { color: rgb(194,255,138); }
H1.HeaderClassName
{
color: #C2FF8A;
}
.AnyTagClassName
{
color: #C2FF8A;
}
</style>
background-color css
<style>
a { background-color: #C2FF8A; }
a { background-color: rgb(194,255,138); }
div.DivClassName
{
background-color: #C2FF8A;
}
.BgClassName
{
background-color: #C2FF8A;
}
</style>
border-color css
<style>
span { border-color: #C2FF8A; }
span { border-color: rgb(194,255,138); }
td.TdClassName
{
border-color: #C2FF8A;
}
.TagClassName
{
border-color: #C2FF8A;
}
</style>