#69EF0E

Color #69EF0E Bright Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Green #69EF0E

Tints of Bright Green #69EF0E

Color information

#69EF0E (or 0x69EF0E) is unknown color: approx Bright Green. HEX triplet: 69, EF and 0E. RGB value is (105,239,14). Sum of RGB (Red+Green+Blue) = 105+239+14=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 239 (93.75% from 255 or 66.76% from 358); Blue value is 14 (5.86% from 255 or 3.91% from 358); Max value from RGB is 239 - color contains mainly: green. Hex color #69EF0E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #69EF0E is #9610F1. Grayscale: #AEAEAE. Windows color (decimal): -9834738 or 978793. OLE color: 978793.

HSL color Cylindrical-coordinate representation of color #69EF0E: hue angle of 95.73º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #69EF0E is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB10523914-
CMYK0.5600.940.06
HSL95.73º88.93%49.61%-
HSV(B)95.73º94.14%93.73%-
XYZ36.7764.7710.98-
YUV173.2838.1179.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 29.33%
GREEN value IS 239 (93.75% from 255) = 66.76%
BLUE value IS 14 (5.86% from 255) = 3.91%
R=29.33%
G=66.76%
B=3.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal105239140.5600.940.0695.7388.9349.61
Hex69EFE3805E6605932
Octal15135716700136614013162
Binary11010011110111111101110000101111011011000001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EF0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69EF0E; }

 p { color: rgb(105,239,14); }

 H1.HeaderClassName
 {
   color: #69EF0E;
 }
 .AnyTagClassName
 {
   color: #69EF0E;
 }
</style>
background-color css

<style>
 a { background-color: #69EF0E; }

 a { background-color: rgb(105,239,14); }

 div.DivClassName
 {
   background-color: #69EF0E;
 }
 .BgClassName
 {
   background-color: #69EF0E;
 }
</style>
border-color css

<style>
 span { border-color: #69EF0E; }

 span { border-color: rgb(105,239,14); }

 td.TdClassName
 {
   border-color: #69EF0E;
 }
 .TagClassName
 {
   border-color: #69EF0E;
 }
</style>