Html Css Color HEX #68D80E Bright Green

📋 copy color: '#68D80E'

red 104 ◦ green 216 ◦ blue 14

#68D80E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Green #68D80E

Tints of Bright Green #68D80E

RGB

 RED value IS 104 (41.02% from 255) = 31.14%

 GREEN value IS 216 (84.77% from 255) = 64.67%

 BLUE value IS 14 (5.86% from 255) = 4.19%

R = 31.14%
G = 64.67%
B = 4.19%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#68D80E (or 0x68D80E) is known color: Bright Green. HEX triplet: 68, D8 and 0E. RGB value is (104,216,14). Sum of RGB (Red+Green+Blue) = 104+216+14=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 216 (84.77% from 255 or 64.67% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 216 - color contains mainly: green. Hex color #68D80E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68D80E is #9727F1. Grayscale: #A0A0A0. Windows color (decimal): -9906162 or 972904. OLE color: 972904.

HSL color Cylindrical-coordinate representation of color #68D80E: hue angle of 93.27º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68D80E is Cyan = 0.52, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 216 14 -
CMYK 0.52 0 0.94 0.15
HSL 93.27º 0.88% 0.45% -
HSV(B) 93.27º 0.94% 0.85% -
XYZ 30.34 52.09 8.87 -
YUV 159.48 45.89 88.43 -
System Red Green Blue C M Y K H S L
Decimal 104 216 14 0.52 0 0.94 0.15 93.27 0.88 0.45
Hex 68 D8 E 34 0 5E F 5D 58 2D
Octal 150 330 16 64 0 136 17 135 130 55
Binary 1101000 11011000 1110 110100 0 1011110 1111 1011101 1011000 101101

Color Harmonies of #68D80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D80E

Black with #68D80E

Text Example


Text Example

White with #68D80E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,216,14); }

 H1.HeaderClassName
 {
   color: #68D80E;
 }
 .AnyTagClassName
 {
   color: #68D80E;
 }
</style>

background-color css

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

 a { background-color: rgb(104,216,14); }

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

border-color css

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

 span { border-color: rgb(104,216,14); }

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