Shades of Sulu #C2FF7B
Tints of Sulu #C2FF7B
RGB
CMYK
RGB Variations
Color information
#C2FF7B (or 0xC2FF7B) is known color: Sulu. HEX triplet: C2, FF and 7B. RGB value is (194,255,123). Sum of RGB (Red+Green+Blue) = 194+255+123=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 123 (48.44% from 255 or 21.50% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FF7B is #3D0084. Grayscale: #DEDEDE. Windows color (decimal): -3997829 or 8126402. OLE color: 8126402.
HSL color Cylindrical-coordinate representation of color #C2FF7B: hue angle of 87.73º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2FF7B is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 123 | - |
| CMYK | 0.24 | 0 | 0.52 | 0 |
| HSL | 87.73º | 1% | 0.74% | - |
| HSV(B) | 87.73º | 0.52% | 1% | - |
| XYZ | 61.58 | 84.42 | 31.79 | - |
| YUV | 221.71 | 72.29 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 123 | 0.24 | 0 | 0.52 | 0 | 87.73 | 1 | 0.74 |
| Hex | C2 | FF | 7B | 18 | 0 | 34 | 0 | 58 | 64 | 4A |
| Octal | 302 | 377 | 173 | 30 | 0 | 64 | 0 | 130 | 144 | 112 |
| Binary | 11000010 | 11111111 | 1111011 | 11000 | 0 | 110100 | 0 | 1011000 | 1100100 | 1001010 |
Color Harmonies of #C2FF7B
Complementary color
Monochromatic Colors of #C2FF7B
Black with #C2FF7B
Text Example
Text Example
White with #C2FF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FF7B; }
p { color: rgb(194,255,123); }
H1.HeaderClassName
{
color: #C2FF7B;
}
.AnyTagClassName
{
color: #C2FF7B;
}
</style>
background-color css
<style>
a { background-color: #C2FF7B; }
a { background-color: rgb(194,255,123); }
div.DivClassName
{
background-color: #C2FF7B;
}
.BgClassName
{
background-color: #C2FF7B;
}
</style>
border-color css
<style>
span { border-color: #C2FF7B; }
span { border-color: rgb(194,255,123); }
td.TdClassName
{
border-color: #C2FF7B;
}
.TagClassName
{
border-color: #C2FF7B;
}
</style>