Shades of Sulu #C2FB8C
Tints of Sulu #C2FB8C
RGB
CMYK
RGB Variations
Color information
#C2FB8C (or 0xC2FB8C) is known color: Sulu. HEX triplet: C2, FB and 8C. RGB value is (194,251,140). Sum of RGB (Red+Green+Blue) = 194+251+140=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 251 (98.44% from 255 or 42.91% from 585); Blue value is 140 (55.08% from 255 or 23.93% from 585); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FB8C is #3D0473. Grayscale: #DDDDDD. Windows color (decimal): -3998836 or 9239490. OLE color: 9239490.
HSL color Cylindrical-coordinate representation of color #C2FB8C: hue angle of 90.81º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2FB8C is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 140 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.02 |
| HSL | 90.81º | 0.93% | 0.77% | - |
| HSV(B) | 90.81º | 0.44% | 0.98% | - |
| XYZ | 61.48 | 82.36 | 37.47 | - |
| YUV | 221.3 | 82.12 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 140 | 0.23 | 0 | 0.44 | 0.02 | 90.81 | 0.93 | 0.77 |
| Hex | C2 | FB | 8C | 17 | 0 | 2C | 2 | 5B | 5D | 4D |
| Octal | 302 | 373 | 214 | 27 | 0 | 54 | 2 | 133 | 135 | 115 |
| Binary | 11000010 | 11111011 | 10001100 | 10111 | 0 | 101100 | 10 | 1011011 | 1011101 | 1001101 |
Color Harmonies of #C2FB8C
Complementary color
Monochromatic Colors of #C2FB8C
Black with #C2FB8C
Text Example
Text Example
White with #C2FB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FB8C; }
p { color: rgb(194,251,140); }
H1.HeaderClassName
{
color: #C2FB8C;
}
.AnyTagClassName
{
color: #C2FB8C;
}
</style>
background-color css
<style>
a { background-color: #C2FB8C; }
a { background-color: rgb(194,251,140); }
div.DivClassName
{
background-color: #C2FB8C;
}
.BgClassName
{
background-color: #C2FB8C;
}
</style>
border-color css
<style>
span { border-color: #C2FB8C; }
span { border-color: rgb(194,251,140); }
td.TdClassName
{
border-color: #C2FB8C;
}
.TagClassName
{
border-color: #C2FB8C;
}
</style>