Shades of Sulu #C2FB7B
Tints of Sulu #C2FB7B
RGB
CMYK
RGB Variations
Color information
#C2FB7B (or 0xC2FB7B) is known color: Sulu. HEX triplet: C2, FB and 7B. RGB value is (194,251,123). Sum of RGB (Red+Green+Blue) = 194+251+123=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 251 (98.44% from 255 or 44.19% from 568); Blue value is 123 (48.44% from 255 or 21.65% from 568); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FB7B is #3D0484. Grayscale: #DBDBDB. Windows color (decimal): -3998853 or 8125378. OLE color: 8125378.
HSL color Cylindrical-coordinate representation of color #C2FB7B: hue angle of 86.72º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2FB7B is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 123 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.02 |
| HSL | 86.72º | 0.94% | 0.73% | - |
| HSV(B) | 86.72º | 0.51% | 0.98% | - |
| XYZ | 60.32 | 81.89 | 31.37 | - |
| YUV | 219.37 | 73.62 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 123 | 0.23 | 0 | 0.51 | 0.02 | 86.72 | 0.94 | 0.73 |
| Hex | C2 | FB | 7B | 17 | 0 | 33 | 2 | 57 | 5E | 49 |
| Octal | 302 | 373 | 173 | 27 | 0 | 63 | 2 | 127 | 136 | 111 |
| Binary | 11000010 | 11111011 | 1111011 | 10111 | 0 | 110011 | 10 | 1010111 | 1011110 | 1001001 |
Color Harmonies of #C2FB7B
Complementary color
Monochromatic Colors of #C2FB7B
Black with #C2FB7B
Text Example
Text Example
White with #C2FB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FB7B; }
p { color: rgb(194,251,123); }
H1.HeaderClassName
{
color: #C2FB7B;
}
.AnyTagClassName
{
color: #C2FB7B;
}
</style>
background-color css
<style>
a { background-color: #C2FB7B; }
a { background-color: rgb(194,251,123); }
div.DivClassName
{
background-color: #C2FB7B;
}
.BgClassName
{
background-color: #C2FB7B;
}
</style>
border-color css
<style>
span { border-color: #C2FB7B; }
span { border-color: rgb(194,251,123); }
td.TdClassName
{
border-color: #C2FB7B;
}
.TagClassName
{
border-color: #C2FB7B;
}
</style>