Shades of Sulu #C2F18B
Tints of Sulu #C2F18B
RGB
CMYK
RGB Variations
Color information
#C2F18B (or 0xC2F18B) is known color: Sulu. HEX triplet: C2, F1 and 8B. RGB value is (194,241,139). Sum of RGB (Red+Green+Blue) = 194+241+139=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 139 (54.69% from 255 or 24.22% from 574); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F18B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F18B is #3D0E74. Grayscale: #D7D7D7. Windows color (decimal): -4001397 or 9171394. OLE color: 9171394.
HSL color Cylindrical-coordinate representation of color #C2F18B: hue angle of 87.65º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2F18B is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 241 | 139 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.05 |
| HSL | 87.65º | 0.78% | 0.75% | - |
| HSV(B) | 87.65º | 0.42% | 0.95% | - |
| XYZ | 58.36 | 76.24 | 36.07 | - |
| YUV | 215.32 | 84.93 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 241 | 139 | 0.20 | 0 | 0.42 | 0.05 | 87.65 | 0.78 | 0.75 |
| Hex | C2 | F1 | 8B | 14 | 0 | 2A | 5 | 58 | 4E | 4B |
| Octal | 302 | 361 | 213 | 24 | 0 | 52 | 5 | 130 | 116 | 113 |
| Binary | 11000010 | 11110001 | 10001011 | 10100 | 0 | 101010 | 101 | 1011000 | 1001110 | 1001011 |
Color Harmonies of #C2F18B
Complementary color
Monochromatic Colors of #C2F18B
Black with #C2F18B
Text Example
Text Example
White with #C2F18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F18B; }
p { color: rgb(194,241,139); }
H1.HeaderClassName
{
color: #C2F18B;
}
.AnyTagClassName
{
color: #C2F18B;
}
</style>
background-color css
<style>
a { background-color: #C2F18B; }
a { background-color: rgb(194,241,139); }
div.DivClassName
{
background-color: #C2F18B;
}
.BgClassName
{
background-color: #C2F18B;
}
</style>
border-color css
<style>
span { border-color: #C2F18B; }
span { border-color: rgb(194,241,139); }
td.TdClassName
{
border-color: #C2F18B;
}
.TagClassName
{
border-color: #C2F18B;
}
</style>