Shades of Green Yellow #C6FF2D
Tints of Green Yellow #C6FF2D
RGB
CMYK
RGB Variations
Color information
#C6FF2D (or 0xC6FF2D) is known color: Green Yellow. HEX triplet: C6, FF and 2D. RGB value is (198,255,45). Sum of RGB (Red+Green+Blue) = 198+255+45=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 255 (100% from 255 or 51.20% from 498); Blue value is 45 (17.97% from 255 or 9.04% from 498); Max value from RGB is 255 - color contains mainly: green. Hex color #C6FF2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6FF2D is #3900D2. Grayscale: #D6D6D6. Windows color (decimal): -3735763 or 3014598. OLE color: 3014598.
HSL color Cylindrical-coordinate representation of color #C6FF2D: hue angle of 76.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6FF2D is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 255 | 45 | - |
| CMYK | 0.22 | 0 | 0.82 | 0 |
| HSL | 76.29º | 1% | 0.59% | - |
| HSV(B) | 76.29º | 0.82% | 1% | - |
| XYZ | 59.52 | 83.72 | 15.5 | - |
| YUV | 214.02 | 32.62 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 255 | 45 | 0.22 | 0 | 0.82 | 0 | 76.29 | 1 | 0.59 |
| Hex | C6 | FF | 2D | 16 | 0 | 52 | 0 | 4C | 64 | 3B |
| Octal | 306 | 377 | 55 | 26 | 0 | 122 | 0 | 114 | 144 | 73 |
| Binary | 11000110 | 11111111 | 101101 | 10110 | 0 | 1010010 | 0 | 1001100 | 1100100 | 111011 |
Color Harmonies of #C6FF2D
Complementary color
Monochromatic Colors of #C6FF2D
Black with #C6FF2D
Text Example
Text Example
White with #C6FF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FF2D; }
p { color: rgb(198,255,45); }
H1.HeaderClassName
{
color: #C6FF2D;
}
.AnyTagClassName
{
color: #C6FF2D;
}
</style>
background-color css
<style>
a { background-color: #C6FF2D; }
a { background-color: rgb(198,255,45); }
div.DivClassName
{
background-color: #C6FF2D;
}
.BgClassName
{
background-color: #C6FF2D;
}
</style>
border-color css
<style>
span { border-color: #C6FF2D; }
span { border-color: rgb(198,255,45); }
td.TdClassName
{
border-color: #C6FF2D;
}
.TagClassName
{
border-color: #C6FF2D;
}
</style>