Shades of Bright Green #6CFB0D
Tints of Bright Green #6CFB0D
RGB
CMYK
RGB Variations
Color information
#6CFB0D (or 0x6CFB0D) is known color: Bright Green. HEX triplet: 6C, FB and 0D. RGB value is (108,251,13). Sum of RGB (Red+Green+Blue) = 108+251+13=372 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.03% from 372); Green value is 251 (98.44% from 255 or 67.47% from 372); Blue value is 13 (5.47% from 255 or 3.49% from 372); Max value from RGB is 251 - color contains mainly: green. Hex color #6CFB0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CFB0D is #9304F2. Grayscale: #B5B5B5. Windows color (decimal): -9635059 or 916332. OLE color: 916332.
HSL color Cylindrical-coordinate representation of color #6CFB0D: hue angle of 96.05º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6CFB0D is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 251 | 13 | - |
| CMYK | 0.57 | 0 | 0.95 | 0.02 |
| HSL | 96.05º | 0.97% | 0.52% | - |
| HSV(B) | 96.05º | 0.95% | 0.98% | - |
| XYZ | 40.75 | 72.21 | 12.17 | - |
| YUV | 181.11 | 33.12 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 251 | 13 | 0.57 | 0 | 0.95 | 0.02 | 96.05 | 0.97 | 0.52 |
| Hex | 6C | FB | D | 39 | 0 | 5F | 2 | 60 | 61 | 34 |
| Octal | 154 | 373 | 15 | 71 | 0 | 137 | 2 | 140 | 141 | 64 |
| Binary | 1101100 | 11111011 | 1101 | 111001 | 0 | 1011111 | 10 | 1100000 | 1100001 | 110100 |
Color Harmonies of #6CFB0D
Complementary color
Monochromatic Colors of #6CFB0D
Black with #6CFB0D
Text Example
Text Example
White with #6CFB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFB0D; }
p { color: rgb(108,251,13); }
H1.HeaderClassName
{
color: #6CFB0D;
}
.AnyTagClassName
{
color: #6CFB0D;
}
</style>
background-color css
<style>
a { background-color: #6CFB0D; }
a { background-color: rgb(108,251,13); }
div.DivClassName
{
background-color: #6CFB0D;
}
.BgClassName
{
background-color: #6CFB0D;
}
</style>
border-color css
<style>
span { border-color: #6CFB0D; }
span { border-color: rgb(108,251,13); }
td.TdClassName
{
border-color: #6CFB0D;
}
.TagClassName
{
border-color: #6CFB0D;
}
</style>