#68E914

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

Shades of Bright Green #68E914

Tints of Bright Green #68E914

Color information

#68E914 (or 0x68E914) is unknown color: approx Bright Green. HEX triplet: 68, E9 and 14. RGB value is (104,233,20). Sum of RGB (Red+Green+Blue) = 104+233+20=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 233 (91.41% from 255 or 65.27% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 233 - color contains mainly: green. Hex color #68E914 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #68E914 is #9716EB. Grayscale: #AAAAAA. Windows color (decimal): -9901804 or 1370472. OLE color: 1370472.

HSL color Cylindrical-coordinate representation of color #68E914: hue angle of 96.34º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68E914 is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB10423320-
CMYK0.5500.910.09
HSL96.34º84.19%49.61%-
HSV(B)96.34º91.42%91.37%-
XYZ34.9761.2710.65-
YUV170.1543.2680.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.13%
GREEN value IS 233 (91.41% from 255) = 65.27%
BLUE value IS 20 (8.20% from 255) = 5.60%
R=29.13%
G=65.27%
B=5.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal104233200.5500.910.0996.3484.1949.61
Hex68E9143705B9605432
Octal150351246701331114012462
Binary1101000111010011010011011101011011100111000001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68E914; }

 p { color: rgb(104,233,20); }

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

<style>
 a { background-color: #68E914; }

 a { background-color: rgb(104,233,20); }

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

<style>
 span { border-color: #68E914; }

 span { border-color: rgb(104,233,20); }

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