Shades of Sulu #C7FF7B
Tints of Sulu #C7FF7B
RGB
CMYK
RGB Variations
Color information
#C7FF7B (or 0xC7FF7B) is known color: Sulu. HEX triplet: C7, FF and 7B. RGB value is (199,255,123). Sum of RGB (Red+Green+Blue) = 199+255+123=577 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.49% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 123 (48.44% from 255 or 21.32% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FF7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7FF7B is #380084. Grayscale: #DFDFDF. Windows color (decimal): -3670149 or 8126407. OLE color: 8126407.
HSL color Cylindrical-coordinate representation of color #C7FF7B: hue angle of 85.45º 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 #C7FF7B is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 123 | - |
| CMYK | 0.22 | 0 | 0.52 | 0 |
| HSL | 85.45º | 1% | 0.74% | - |
| HSV(B) | 85.45º | 0.52% | 1% | - |
| XYZ | 62.89 | 85.09 | 31.85 | - |
| YUV | 223.21 | 71.45 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 123 | 0.22 | 0 | 0.52 | 0 | 85.45 | 1 | 0.74 |
| Hex | C7 | FF | 7B | 16 | 0 | 34 | 0 | 55 | 64 | 4A |
| Octal | 307 | 377 | 173 | 26 | 0 | 64 | 0 | 125 | 144 | 112 |
| Binary | 11000111 | 11111111 | 1111011 | 10110 | 0 | 110100 | 0 | 1010101 | 1100100 | 1001010 |
Color Harmonies of #C7FF7B
Complementary color
Monochromatic Colors of #C7FF7B
Black with #C7FF7B
Text Example
Text Example
White with #C7FF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FF7B; }
p { color: rgb(199,255,123); }
H1.HeaderClassName
{
color: #C7FF7B;
}
.AnyTagClassName
{
color: #C7FF7B;
}
</style>
background-color css
<style>
a { background-color: #C7FF7B; }
a { background-color: rgb(199,255,123); }
div.DivClassName
{
background-color: #C7FF7B;
}
.BgClassName
{
background-color: #C7FF7B;
}
</style>
border-color css
<style>
span { border-color: #C7FF7B; }
span { border-color: rgb(199,255,123); }
td.TdClassName
{
border-color: #C7FF7B;
}
.TagClassName
{
border-color: #C7FF7B;
}
</style>