Html Css Color HEX #6BED14 Bright Green

📋 copy color: '#6BED14'

red 107 ◦ green 237 ◦ blue 20

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

Shades of Bright Green #6BED14

Tints of Bright Green #6BED14

RGB

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

 GREEN value IS 237 (92.97% from 255) = 65.11%

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

R = 29.4%
G = 65.11%
B = 5.49%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#6BED14 (or 0x6BED14) is known color: Bright Green. HEX triplet: 6B, ED and 14. RGB value is (107,237,20). Sum of RGB (Red+Green+Blue) = 107+237+20=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 237 (92.97% from 255 or 65.11% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 237 - color contains mainly: green. Hex color #6BED14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BED14 is #9412EB. Grayscale: #AEAEAE. Windows color (decimal): -9704172 or 1371499. OLE color: 1371499.

HSL color Cylindrical-coordinate representation of color #6BED14: hue angle of 95.94º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6BED14 is Cyan = 0.55, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 237 20 -
CMYK 0.55 0 0.92 0.07
HSL 95.94º 0.86% 0.5% -
HSV(B) 95.94º 0.92% 0.93% -
XYZ 36.47 63.74 11.04 -
YUV 173.39 41.43 80.64 -
System Red Green Blue C M Y K H S L
Decimal 107 237 20 0.55 0 0.92 0.07 95.94 0.86 0.5
Hex 6B ED 14 37 0 5C 7 60 56 32
Octal 153 355 24 67 0 134 7 140 126 62
Binary 1101011 11101101 10100 110111 0 1011100 111 1100000 1010110 110010

Color Harmonies of #6BED14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BED14

Black with #6BED14

Text Example


Text Example

White with #6BED14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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