Shades of Bright Green #6CED2F
Tints of Bright Green #6CED2F
RGB
CMYK
RGB Variations
Color information
#6CED2F (or 0x6CED2F) is known color: Bright Green. HEX triplet: 6C, ED and 2F. RGB value is (108,237,47). Sum of RGB (Red+Green+Blue) = 108+237+47=392 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.55% from 392); Green value is 237 (92.97% from 255 or 60.46% from 392); Blue value is 47 (18.75% from 255 or 11.99% from 392); Max value from RGB is 237 - color contains mainly: green. Hex color #6CED2F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6CED2F is #9312D0. Grayscale: #B1B1B1. Windows color (decimal): -9638609 or 3140972. OLE color: 3140972.
HSL color Cylindrical-coordinate representation of color #6CED2F: hue angle of 100.74º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6CED2F is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 237 | 47 | - |
| CMYK | 0.54 | 0 | 0.80 | 0.07 |
| HSL | 100.74º | 0.84% | 0.56% | - |
| HSV(B) | 100.74º | 0.8% | 0.93% | - |
| XYZ | 36.98 | 63.96 | 13.09 | - |
| YUV | 176.77 | 54.76 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 237 | 47 | 0.54 | 0 | 0.80 | 0.07 | 100.74 | 0.84 | 0.56 |
| Hex | 6C | ED | 2F | 36 | 0 | 50 | 7 | 65 | 54 | 38 |
| Octal | 154 | 355 | 57 | 66 | 0 | 120 | 7 | 145 | 124 | 70 |
| Binary | 1101100 | 11101101 | 101111 | 110110 | 0 | 1010000 | 111 | 1100101 | 1010100 | 111000 |
Color Harmonies of #6CED2F
Complementary color
Monochromatic Colors of #6CED2F
Black with #6CED2F
Text Example
Text Example
White with #6CED2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CED2F; }
p { color: rgb(108,237,47); }
H1.HeaderClassName
{
color: #6CED2F;
}
.AnyTagClassName
{
color: #6CED2F;
}
</style>
background-color css
<style>
a { background-color: #6CED2F; }
a { background-color: rgb(108,237,47); }
div.DivClassName
{
background-color: #6CED2F;
}
.BgClassName
{
background-color: #6CED2F;
}
</style>
border-color css
<style>
span { border-color: #6CED2F; }
span { border-color: rgb(108,237,47); }
td.TdClassName
{
border-color: #6CED2F;
}
.TagClassName
{
border-color: #6CED2F;
}
</style>