Html Css Color HEX #6BEA14 Bright Green

📋 copy color: '#6BEA14'

red 107 ◦ green 234 ◦ blue 20

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

Shades of Bright Green #6BEA14

Tints of Bright Green #6BEA14

RGB

 RED value IS 107 (42.19% from 255) = 29.64%

 GREEN value IS 234 (91.8% from 255) = 64.82%

 BLUE value IS 20 (8.2% from 255) = 5.54%

R = 29.64%
G = 64.82%
B = 5.54%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#6BEA14 (or 0x6BEA14) is known color: Bright Green. HEX triplet: 6B, EA and 14. RGB value is (107,234,20). Sum of RGB (Red+Green+Blue) = 107+234+20=361 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.64% from 361); Green value is 234 (91.80% from 255 or 64.82% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 234 - color contains mainly: green. Hex color #6BEA14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BEA14 is #9415EB. Grayscale: #ACACAC. Windows color (decimal): -9704940 or 1370731. OLE color: 1370731.

HSL color Cylindrical-coordinate representation of color #6BEA14: hue angle of 95.61º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6BEA14 is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 234 20 -
CMYK 0.54 0 0.91 0.08
HSL 95.61º 0.84% 0.5% -
HSV(B) 95.61º 0.91% 0.92% -
XYZ 35.61 62.02 10.76 -
YUV 171.63 42.42 81.9 -
System Red Green Blue C M Y K H S L
Decimal 107 234 20 0.54 0 0.91 0.08 95.61 0.84 0.5
Hex 6B EA 14 36 0 5B 8 60 54 32
Octal 153 352 24 66 0 133 10 140 124 62
Binary 1101011 11101010 10100 110110 0 1011011 1000 1100000 1010100 110010

Color Harmonies of #6BEA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEA14

Black with #6BEA14

Text Example


Text Example

White with #6BEA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6BEA14; }

 p { color: rgb(107,234,20); }

 H1.HeaderClassName
 {
   color: #6BEA14;
 }
 .AnyTagClassName
 {
   color: #6BEA14;
 }
</style>

background-color css

<style>
 a { background-color: #6BEA14; }

 a { background-color: rgb(107,234,20); }

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

border-color css

<style>
 span { border-color: #6BEA14; }

 span { border-color: rgb(107,234,20); }

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