Shades of Green Yellow #C8FF3A
Tints of Green Yellow #C8FF3A
RGB
CMYK
RGB Variations
Color information
#C8FF3A (or 0xC8FF3A) is known color: Green Yellow. HEX triplet: C8, FF and 3A. RGB value is (200,255,58). Sum of RGB (Red+Green+Blue) = 200+255+58=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 58 (23.05% from 255 or 11.31% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FF3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8FF3A is #3700C5. Grayscale: #D8D8D8. Windows color (decimal): -3604678 or 3866568. OLE color: 3866568.
HSL color Cylindrical-coordinate representation of color #C8FF3A: hue angle of 76.75º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8FF3A is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 58 | - |
| CMYK | 0.22 | 0 | 0.77 | 0 |
| HSL | 76.75º | 1% | 0.61% | - |
| HSV(B) | 76.75º | 0.77% | 1% | - |
| XYZ | 60.34 | 84.1 | 17.06 | - |
| YUV | 216.1 | 38.78 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 58 | 0.22 | 0 | 0.77 | 0 | 76.75 | 1 | 0.61 |
| Hex | C8 | FF | 3A | 16 | 0 | 4D | 0 | 4D | 64 | 3D |
| Octal | 310 | 377 | 72 | 26 | 0 | 115 | 0 | 115 | 144 | 75 |
| Binary | 11001000 | 11111111 | 111010 | 10110 | 0 | 1001101 | 0 | 1001101 | 1100100 | 111101 |
Color Harmonies of #C8FF3A
Complementary color
Monochromatic Colors of #C8FF3A
Black with #C8FF3A
Text Example
Text Example
White with #C8FF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FF3A; }
p { color: rgb(200,255,58); }
H1.HeaderClassName
{
color: #C8FF3A;
}
.AnyTagClassName
{
color: #C8FF3A;
}
</style>
background-color css
<style>
a { background-color: #C8FF3A; }
a { background-color: rgb(200,255,58); }
div.DivClassName
{
background-color: #C8FF3A;
}
.BgClassName
{
background-color: #C8FF3A;
}
</style>
border-color css
<style>
span { border-color: #C8FF3A; }
span { border-color: rgb(200,255,58); }
td.TdClassName
{
border-color: #C8FF3A;
}
.TagClassName
{
border-color: #C8FF3A;
}
</style>