Html Css Color HEX #6FED14 Bright Green

📋 copy color: '#6FED14'

red 111 ◦ green 237 ◦ blue 20

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

Shades of Bright Green #6FED14

Tints of Bright Green #6FED14

RGB

 RED value IS 111 (43.75% from 255) = 30.16%

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

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

R = 30.16%
G = 64.4%
B = 5.43%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#6FED14 (or 0x6FED14) is known color: Bright Green. HEX triplet: 6F, ED and 14. RGB value is (111,237,20). Sum of RGB (Red+Green+Blue) = 111+237+20=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 237 (92.97% from 255 or 64.40% from 368); Blue value is 20 (8.20% from 255 or 5.43% from 368); Max value from RGB is 237 - color contains mainly: green. Hex color #6FED14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6FED14 is #9012EB. Grayscale: #AFAFAF. Windows color (decimal): -9442028 or 1371503. OLE color: 1371503.

HSL color Cylindrical-coordinate representation of color #6FED14: hue angle of 94.84º 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 #6FED14 is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 111 237 20 -
CMYK 0.53 0 0.92 0.07
HSL 94.84º 0.86% 0.5% -
HSV(B) 94.84º 0.92% 0.93% -
XYZ 36.97 64 11.07 -
YUV 174.59 40.76 82.64 -
System Red Green Blue C M Y K H S L
Decimal 111 237 20 0.53 0 0.92 0.07 94.84 0.86 0.5
Hex 6F ED 14 35 0 5C 7 5F 56 32
Octal 157 355 24 65 0 134 7 137 126 62
Binary 1101111 11101101 10100 110101 0 1011100 111 1011111 1010110 110010

Color Harmonies of #6FED14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FED14

Black with #6FED14

Text Example


Text Example

White with #6FED14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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