Shades of Bright Green #6CED2D
Tints of Bright Green #6CED2D
RGB
CMYK
RGB Variations
Color information
#6CED2D (or 0x6CED2D) is known color: Bright Green. HEX triplet: 6C, ED and 2D. RGB value is (108,237,45). Sum of RGB (Red+Green+Blue) = 108+237+45=390 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.69% from 390); Green value is 237 (92.97% from 255 or 60.77% from 390); Blue value is 45 (17.97% from 255 or 11.54% from 390); Max value from RGB is 237 - color contains mainly: green. Hex color #6CED2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6CED2D is #9312D2. Grayscale: #B1B1B1. Windows color (decimal): -9638611 or 3009900. OLE color: 3009900.
HSL color Cylindrical-coordinate representation of color #6CED2D: hue angle of 100.31º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6CED2D is Cyan = 0.54, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 237 | 45 | - |
| CMYK | 0.54 | 0 | 0.81 | 0.07 |
| HSL | 100.31º | 0.84% | 0.55% | - |
| HSV(B) | 100.31º | 0.81% | 0.93% | - |
| XYZ | 36.94 | 63.95 | 12.88 | - |
| YUV | 176.54 | 53.76 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 237 | 45 | 0.54 | 0 | 0.81 | 0.07 | 100.31 | 0.84 | 0.55 |
| Hex | 6C | ED | 2D | 36 | 0 | 51 | 7 | 64 | 54 | 37 |
| Octal | 154 | 355 | 55 | 66 | 0 | 121 | 7 | 144 | 124 | 67 |
| Binary | 1101100 | 11101101 | 101101 | 110110 | 0 | 1010001 | 111 | 1100100 | 1010100 | 110111 |
Color Harmonies of #6CED2D
Complementary color
Monochromatic Colors of #6CED2D
Black with #6CED2D
Text Example
Text Example
White with #6CED2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CED2D; }
p { color: rgb(108,237,45); }
H1.HeaderClassName
{
color: #6CED2D;
}
.AnyTagClassName
{
color: #6CED2D;
}
</style>
background-color css
<style>
a { background-color: #6CED2D; }
a { background-color: rgb(108,237,45); }
div.DivClassName
{
background-color: #6CED2D;
}
.BgClassName
{
background-color: #6CED2D;
}
</style>
border-color css
<style>
span { border-color: #6CED2D; }
span { border-color: rgb(108,237,45); }
td.TdClassName
{
border-color: #6CED2D;
}
.TagClassName
{
border-color: #6CED2D;
}
</style>