Shades of Bright Green #6BDF1F
Tints of Bright Green #6BDF1F
RGB
CMYK
RGB Variations
Color information
#6BDF1F (or 0x6BDF1F) is known color: Bright Green. HEX triplet: 6B, DF and 1F. RGB value is (107,223,31). Sum of RGB (Red+Green+Blue) = 107+223+31=361 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.64% from 361); Green value is 223 (87.5% from 255 or 61.77% from 361); Blue value is 31 (12.5% from 255 or 8.59% from 361); Max value from RGB is 223 - color contains mainly: green. Hex color #6BDF1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BDF1F is #9420E0. Grayscale: #A7A7A7. Windows color (decimal): -9707745 or 2088811. OLE color: 2088811.
HSL color Cylindrical-coordinate representation of color #6BDF1F: hue angle of 96.25º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6BDF1F is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 223 | 31 | - |
| CMYK | 0.52 | 0 | 0.86 | 0.13 |
| HSL | 96.25º | 0.76% | 0.5% | - |
| HSV(B) | 96.25º | 0.86% | 0.87% | - |
| XYZ | 32.7 | 56 | 10.38 | - |
| YUV | 166.43 | 51.57 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 223 | 31 | 0.52 | 0 | 0.86 | 0.13 | 96.25 | 0.76 | 0.5 |
| Hex | 6B | DF | 1F | 34 | 0 | 56 | D | 60 | 4C | 32 |
| Octal | 153 | 337 | 37 | 64 | 0 | 126 | 15 | 140 | 114 | 62 |
| Binary | 1101011 | 11011111 | 11111 | 110100 | 0 | 1010110 | 1101 | 1100000 | 1001100 | 110010 |
Color Harmonies of #6BDF1F
Complementary color
Monochromatic Colors of #6BDF1F
Black with #6BDF1F
Text Example
Text Example
White with #6BDF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDF1F; }
p { color: rgb(107,223,31); }
H1.HeaderClassName
{
color: #6BDF1F;
}
.AnyTagClassName
{
color: #6BDF1F;
}
</style>
background-color css
<style>
a { background-color: #6BDF1F; }
a { background-color: rgb(107,223,31); }
div.DivClassName
{
background-color: #6BDF1F;
}
.BgClassName
{
background-color: #6BDF1F;
}
</style>
border-color css
<style>
span { border-color: #6BDF1F; }
span { border-color: rgb(107,223,31); }
td.TdClassName
{
border-color: #6BDF1F;
}
.TagClassName
{
border-color: #6BDF1F;
}
</style>