Html Css Color HEX #6DFB14 Bright Green

📋 copy color: '#6DFB14'

red 109 ◦ green 251 ◦ blue 20

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

Shades of Bright Green #6DFB14

Tints of Bright Green #6DFB14

RGB

 RED value IS 109 (42.97% from 255) = 28.68%

 GREEN value IS 251 (98.44% from 255) = 66.05%

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

R = 28.68%
G = 66.05%
B = 5.26%

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

#6DFB14 (or 0x6DFB14) is known color: Bright Green. HEX triplet: 6D, FB and 14. RGB value is (109,251,20). Sum of RGB (Red+Green+Blue) = 109+251+20=380 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.68% from 380); Green value is 251 (98.44% from 255 or 66.05% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 251 - color contains mainly: green. Hex color #6DFB14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6DFB14 is #9204EB. Grayscale: #B6B6B6. Windows color (decimal): -9569516 or 1375085. OLE color: 1375085.

HSL color Cylindrical-coordinate representation of color #6DFB14: hue angle of 96.88º degrees, saturation: 0.97, 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 #6DFB14 is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 109 251 20 -
CMYK 0.57 0 0.92 0.02
HSL 96.88º 0.97% 0.53% -
HSV(B) 96.88º 0.92% 0.98% -
XYZ 40.93 72.3 12.46 -
YUV 182.21 36.46 75.78 -
System Red Green Blue C M Y K H S L
Decimal 109 251 20 0.57 0 0.92 0.02 96.88 0.97 0.53
Hex 6D FB 14 39 0 5C 2 61 61 35
Octal 155 373 24 71 0 134 2 141 141 65
Binary 1101101 11111011 10100 111001 0 1011100 10 1100001 1100001 110101

Color Harmonies of #6DFB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DFB14

Black with #6DFB14

Text Example


Text Example

White with #6DFB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,251,20); }

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

background-color css

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

 a { background-color: rgb(109,251,20); }

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

border-color css

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

 span { border-color: rgb(109,251,20); }

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