Shades of Sulu #C8F77A
Tints of Sulu #C8F77A
RGB
CMYK
RGB Variations
Color information
#C8F77A (or 0xC8F77A) is known color: Sulu. HEX triplet: C8, F7 and 7A. RGB value is (200,247,122). Sum of RGB (Red+Green+Blue) = 200+247+122=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 247 (96.88% from 255 or 43.41% from 569); Blue value is 122 (48.05% from 255 or 21.44% from 569); Max value from RGB is 247 - color contains mainly: green. Hex color #C8F77A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F77A is #370885. Grayscale: #DBDBDB. Windows color (decimal): -3606662 or 8058824. OLE color: 8058824.
HSL color Cylindrical-coordinate representation of color #C8F77A: hue angle of 82.56º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C8F77A is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 247 | 122 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.03 |
| HSL | 82.56º | 0.89% | 0.72% | - |
| HSV(B) | 82.56º | 0.51% | 0.97% | - |
| XYZ | 60.59 | 80.21 | 30.7 | - |
| YUV | 218.7 | 73.43 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 247 | 122 | 0.19 | 0 | 0.51 | 0.03 | 82.56 | 0.89 | 0.72 |
| Hex | C8 | F7 | 7A | 13 | 0 | 33 | 3 | 53 | 59 | 48 |
| Octal | 310 | 367 | 172 | 23 | 0 | 63 | 3 | 123 | 131 | 110 |
| Binary | 11001000 | 11110111 | 1111010 | 10011 | 0 | 110011 | 11 | 1010011 | 1011001 | 1001000 |
Color Harmonies of #C8F77A
Complementary color
Monochromatic Colors of #C8F77A
Black with #C8F77A
Text Example
Text Example
White with #C8F77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F77A; }
p { color: rgb(200,247,122); }
H1.HeaderClassName
{
color: #C8F77A;
}
.AnyTagClassName
{
color: #C8F77A;
}
</style>
background-color css
<style>
a { background-color: #C8F77A; }
a { background-color: rgb(200,247,122); }
div.DivClassName
{
background-color: #C8F77A;
}
.BgClassName
{
background-color: #C8F77A;
}
</style>
border-color css
<style>
span { border-color: #C8F77A; }
span { border-color: rgb(200,247,122); }
td.TdClassName
{
border-color: #C8F77A;
}
.TagClassName
{
border-color: #C8F77A;
}
</style>