Shades of Sulu #C2FF8B
Tints of Sulu #C2FF8B
RGB
CMYK
RGB Variations
Color information
#C2FF8B (or 0xC2FF8B) is known color: Sulu. HEX triplet: C2, FF and 8B. RGB value is (194,255,139). Sum of RGB (Red+Green+Blue) = 194+255+139=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 139 (54.69% from 255 or 23.64% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FF8B is #3D0074. Grayscale: #DFDFDF. Windows color (decimal): -3997813 or 9174978. OLE color: 9174978.
HSL color Cylindrical-coordinate representation of color #C2FF8B: hue angle of 91.55º 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 #C2FF8B is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 139 | - |
| CMYK | 0.24 | 0 | 0.45 | 0 |
| HSL | 91.55º | 1% | 0.77% | - |
| HSV(B) | 91.55º | 0.45% | 1% | - |
| XYZ | 62.67 | 84.85 | 37.5 | - |
| YUV | 223.54 | 80.29 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 139 | 0.24 | 0 | 0.45 | 0 | 91.55 | 1 | 0.77 |
| Hex | C2 | FF | 8B | 18 | 0 | 2D | 0 | 5C | 64 | 4D |
| Octal | 302 | 377 | 213 | 30 | 0 | 55 | 0 | 134 | 144 | 115 |
| Binary | 11000010 | 11111111 | 10001011 | 11000 | 0 | 101101 | 0 | 1011100 | 1100100 | 1001101 |
Color Harmonies of #C2FF8B
Complementary color
Monochromatic Colors of #C2FF8B
Black with #C2FF8B
Text Example
Text Example
White with #C2FF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FF8B; }
p { color: rgb(194,255,139); }
H1.HeaderClassName
{
color: #C2FF8B;
}
.AnyTagClassName
{
color: #C2FF8B;
}
</style>
background-color css
<style>
a { background-color: #C2FF8B; }
a { background-color: rgb(194,255,139); }
div.DivClassName
{
background-color: #C2FF8B;
}
.BgClassName
{
background-color: #C2FF8B;
}
</style>
border-color css
<style>
span { border-color: #C2FF8B; }
span { border-color: rgb(194,255,139); }
td.TdClassName
{
border-color: #C2FF8B;
}
.TagClassName
{
border-color: #C2FF8B;
}
</style>