Shades of Bright Green #69EF28
Tints of Bright Green #69EF28
RGB
CMYK
RGB Variations
Color information
#69EF28 (or 0x69EF28) is known color: Bright Green. HEX triplet: 69, EF and 28. RGB value is (105,239,40). Sum of RGB (Red+Green+Blue) = 105+239+40=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 239 (93.75% from 255 or 62.24% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 239 - color contains mainly: green. Hex color #69EF28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #69EF28 is #9610D7. Grayscale: #B0B0B0. Windows color (decimal): -9834712 or 2682729. OLE color: 2682729.
HSL color Cylindrical-coordinate representation of color #69EF28: hue angle of 100.4º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #69EF28 is Cyan = 0.56, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 239 | 40 | - |
| CMYK | 0.56 | 0 | 0.83 | 0.06 |
| HSL | 100.4º | 0.86% | 0.55% | - |
| HSV(B) | 100.4º | 0.83% | 0.94% | - |
| XYZ | 37.08 | 64.89 | 12.58 | - |
| YUV | 176.25 | 51.11 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 239 | 40 | 0.56 | 0 | 0.83 | 0.06 | 100.4 | 0.86 | 0.55 |
| Hex | 69 | EF | 28 | 38 | 0 | 53 | 6 | 64 | 56 | 37 |
| Octal | 151 | 357 | 50 | 70 | 0 | 123 | 6 | 144 | 126 | 67 |
| Binary | 1101001 | 11101111 | 101000 | 111000 | 0 | 1010011 | 110 | 1100100 | 1010110 | 110111 |
Color Harmonies of #69EF28
Complementary color
Monochromatic Colors of #69EF28
Black with #69EF28
Text Example
Text Example
White with #69EF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69EF28; }
p { color: rgb(105,239,40); }
H1.HeaderClassName
{
color: #69EF28;
}
.AnyTagClassName
{
color: #69EF28;
}
</style>
background-color css
<style>
a { background-color: #69EF28; }
a { background-color: rgb(105,239,40); }
div.DivClassName
{
background-color: #69EF28;
}
.BgClassName
{
background-color: #69EF28;
}
</style>
border-color css
<style>
span { border-color: #69EF28; }
span { border-color: rgb(105,239,40); }
td.TdClassName
{
border-color: #69EF28;
}
.TagClassName
{
border-color: #69EF28;
}
</style>