Html Css Color HEX #6BFA14 Bright Green

📋 copy color: '#6BFA14'

red 107 ◦ green 250 ◦ blue 20

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

Shades of Bright Green #6BFA14

Tints of Bright Green #6BFA14

RGB

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

 GREEN value IS 250 (98.05% from 255) = 66.31%

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

R = 28.38%
G = 66.31%
B = 5.31%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#6BFA14 (or 0x6BFA14) is known color: Bright Green. HEX triplet: 6B, FA and 14. RGB value is (107,250,20). Sum of RGB (Red+Green+Blue) = 107+250+20=377 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.38% from 377); Green value is 250 (98.05% from 255 or 66.31% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 250 - color contains mainly: green. Hex color #6BFA14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BFA14 is #9405EB. Grayscale: #B5B5B5. Windows color (decimal): -9700844 or 1374827. OLE color: 1374827.

HSL color Cylindrical-coordinate representation of color #6BFA14: hue angle of 97.3º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6BFA14 is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 250 20 -
CMYK 0.57 0 0.92 0.02
HSL 97.3º 0.96% 0.53% -
HSV(B) 97.3º 0.92% 0.98% -
XYZ 40.38 71.55 12.34 -
YUV 181.02 37.12 75.2 -
System Red Green Blue C M Y K H S L
Decimal 107 250 20 0.57 0 0.92 0.02 97.3 0.96 0.53
Hex 6B FA 14 39 0 5C 2 61 60 35
Octal 153 372 24 71 0 134 2 141 140 65
Binary 1101011 11111010 10100 111001 0 1011100 10 1100001 1100000 110101

Color Harmonies of #6BFA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFA14

Black with #6BFA14

Text Example


Text Example

White with #6BFA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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