Shades of Bright Green #6CF20F
Tints of Bright Green #6CF20F
RGB
CMYK
RGB Variations
Color information
#6CF20F (or 0x6CF20F) is known color: Bright Green. HEX triplet: 6C, F2 and 0F. RGB value is (108,242,15). Sum of RGB (Red+Green+Blue) = 108+242+15=365 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.59% from 365); Green value is 242 (94.92% from 255 or 66.30% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF20F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CF20F is #930DF0. Grayscale: #B0B0B0. Windows color (decimal): -9637361 or 1045100. OLE color: 1045100.
HSL color Cylindrical-coordinate representation of color #6CF20F: hue angle of 95.42º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6CF20F is Cyan = 0.55, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 242 | 15 | - |
| CMYK | 0.55 | 0 | 0.94 | 0.05 |
| HSL | 95.42º | 0.9% | 0.5% | - |
| HSV(B) | 95.42º | 0.94% | 0.95% | - |
| XYZ | 38.02 | 66.73 | 11.33 | - |
| YUV | 176.06 | 37.11 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 242 | 15 | 0.55 | 0 | 0.94 | 0.05 | 95.42 | 0.9 | 0.5 |
| Hex | 6C | F2 | F | 37 | 0 | 5E | 5 | 5F | 5A | 32 |
| Octal | 154 | 362 | 17 | 67 | 0 | 136 | 5 | 137 | 132 | 62 |
| Binary | 1101100 | 11110010 | 1111 | 110111 | 0 | 1011110 | 101 | 1011111 | 1011010 | 110010 |
Color Harmonies of #6CF20F
Complementary color
Monochromatic Colors of #6CF20F
Black with #6CF20F
Text Example
Text Example
White with #6CF20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF20F; }
p { color: rgb(108,242,15); }
H1.HeaderClassName
{
color: #6CF20F;
}
.AnyTagClassName
{
color: #6CF20F;
}
</style>
background-color css
<style>
a { background-color: #6CF20F; }
a { background-color: rgb(108,242,15); }
div.DivClassName
{
background-color: #6CF20F;
}
.BgClassName
{
background-color: #6CF20F;
}
</style>
border-color css
<style>
span { border-color: #6CF20F; }
span { border-color: rgb(108,242,15); }
td.TdClassName
{
border-color: #6CF20F;
}
.TagClassName
{
border-color: #6CF20F;
}
</style>