Shades of Bright Green #69EF0C
Tints of Bright Green #69EF0C
RGB
CMYK
RGB Variations
Color information
#69EF0C (or 0x69EF0C) is known color: Bright Green. HEX triplet: 69, EF and 0C. RGB value is (105,239,12). Sum of RGB (Red+Green+Blue) = 105+239+12=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 239 (93.75% from 255 or 67.13% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 239 - color contains mainly: green. Hex color #69EF0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #69EF0C is #9610F3. Grayscale: #ADADAD. Windows color (decimal): -9834740 or 847721. OLE color: 847721.
HSL color Cylindrical-coordinate representation of color #69EF0C: hue angle of 95.42º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #69EF0C is Cyan = 0.56, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 239 | 12 | - |
| CMYK | 0.56 | 0 | 0.95 | 0.06 |
| HSL | 95.42º | 0.9% | 0.49% | - |
| HSV(B) | 95.42º | 0.95% | 0.94% | - |
| XYZ | 36.76 | 64.76 | 10.91 | - |
| YUV | 173.06 | 37.11 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 239 | 12 | 0.56 | 0 | 0.95 | 0.06 | 95.42 | 0.9 | 0.49 |
| Hex | 69 | EF | C | 38 | 0 | 5F | 6 | 5F | 5A | 31 |
| Octal | 151 | 357 | 14 | 70 | 0 | 137 | 6 | 137 | 132 | 61 |
| Binary | 1101001 | 11101111 | 1100 | 111000 | 0 | 1011111 | 110 | 1011111 | 1011010 | 110001 |
Color Harmonies of #69EF0C
Complementary color
Monochromatic Colors of #69EF0C
Black with #69EF0C
Text Example
Text Example
White with #69EF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69EF0C; }
p { color: rgb(105,239,12); }
H1.HeaderClassName
{
color: #69EF0C;
}
.AnyTagClassName
{
color: #69EF0C;
}
</style>
background-color css
<style>
a { background-color: #69EF0C; }
a { background-color: rgb(105,239,12); }
div.DivClassName
{
background-color: #69EF0C;
}
.BgClassName
{
background-color: #69EF0C;
}
</style>
border-color css
<style>
span { border-color: #69EF0C; }
span { border-color: rgb(105,239,12); }
td.TdClassName
{
border-color: #69EF0C;
}
.TagClassName
{
border-color: #69EF0C;
}
</style>